Skip to content
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 polymer transformers to be a "global" transformer #20267

Closed
sigmundch opened this issue Jul 30, 2014 · 6 comments
Closed

Convert polymer transformers to be a "global" transformer #20267

sigmundch opened this issue Jul 30, 2014 · 6 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@sigmundch
Copy link
Member

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.
 

@sigmundch
Copy link
Member Author

Issue #15038 has been merged into this issue.

@sigmundch
Copy link
Member Author

Issue #15080 has been merged into this issue.

@sigmundch
Copy link
Member Author

see both issue #15080 and issue #15038 for examples illustrating the last point.

@kasperl
Copy link

kasperl commented Aug 6, 2014

Added this to the 1.6 milestone.

@sigmundch
Copy link
Member Author

Removed this from the 1.6 milestone.

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/polymer-dart#422.

@DartBot DartBot closed this as completed Jun 5, 2015
@kevmoo kevmoo removed the triaged label Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

4 participants