-
-
Notifications
You must be signed in to change notification settings - Fork 356
[Map][Translator][Turbo] Ensure TypeScript code is valid #2562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📊 Packages dist files size differenceThanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
|
@@ -40,6 +40,7 @@ | |||
"devDependencies": { | |||
"@googlemaps/js-api-loader": "^1.16.6", | |||
"@hotwired/stimulus": "^3.0.0", | |||
"@symfony/ux-map": "workspace:*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has no impact on dist/
files, either for Webpack Encore or AssetMapper. Here we are telling Yarn that package @symfony/ux-map
is a "parent" package of @symfony/ux-google-map
, in order to fix the topological order (see https://yarnpkg.com/cli/workspaces/foreach)
c600924
to
c903aec
Compare
c903aec
to
641ea02
Compare
…sure `build` and `test` scripts respect workspaces topoligy
641ea02
to
ddbabd6
Compare
Reaction in one word: thank-you-Kocal-this-is-very-very-nice-and-yes-i-cheated-a-bit 😎 |
This PR aims to fail the build (and the CI) when TypeScript code contain issues.
I also fixed existing issues in Map, Translator, and Turbo code.
Before:
After: