-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Pass AST Plugins to each compile
#119
Comments
Implemented in #130, but needs a bit of a rebase in order to be able to land. |
@fivetanley - No it isn't quite exposing that capability, though it could be leveraged to do so (I think). This is specifically talking about _pre_registration of AST plugins taht we do, which ultimately mutates global state inside the evaluated |
Implemented in #661 |
This would need to detect Ember version, and when possible avoid calling
registerPlugin
(which mutates closure scope and requires bizarre cache clearing shenanigans). Instead ofregisterPlugin
we would pass the plugins directly to thecompile
invocation (inoptions.plugins.ast
).Related to #116.
The text was updated successfully, but these errors were encountered: