-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Convert polymer transformers to be a "global" transformer #20267
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
Comments
Issue #15038 has been merged into this issue. |
Issue #15080 has been merged into this issue. |
Added this to the 1.6 milestone. |
Removed this from the 1.6 milestone. |
This was referenced Jun 3, 2015
Closed
This was referenced Jun 5, 2015
This issue has been moved to dart-archive/polymer-dart#422. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to use a global transformation for several reasons:
- make some packages easier to use: we can remove the default transformer from smoke, which sometimes surprises people.
- faster load: no need to transform code that is loaded by transfomers (we might be able to also remove the self-transformer in polymer itself)
- make it possible to run the compiler lazily and only when needed in pub-serve (skip some of it for dartium)
- open the option of only using the polymer-transformer in the final app, not on each widget-package. Currently setting up the transformer section is not very intuitive if you have elements in multiple packages.
The text was updated successfully, but these errors were encountered: