-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Convert dialog class into esm #3050
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3050 +/- ##
=======================================
Coverage 96.63% 96.63%
=======================================
Files 236 236
Lines 6331 6331
=======================================
Hits 6118 6118
Misses 213 213 ☔ View full report in Codecov by Sentry. |
a636d9a
to
0dbe699
Compare
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.
Finally
The last module before we can convert it's parent the Dialog.
The last CoffeeScript file and last JS file we compile with Sprockets. We can now remove Sprockets.
We do not compile any JS with Sprockets anymore \o/
0dbe699
to
e63f266
Compare
Alchemy.GUI.init is only used in this module. Combining it into the Initializer allows to reduce the dependencies of the Dialog class.
Try to adhere code climate issues
5e571f3
to
881a5f9
Compare
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
What is this pull request for?
This converts the last two remaining coffeescript files into ES modules, so we can remove
Sprockets as our JS compiler and start using Propshaft for serving assets.
Checklist