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

v-get AST transform is preventing ember-cli-babel from parallelizing #628

Closed
Turbo87 opened this issue Mar 7, 2019 · 2 comments
Closed

Comments

@Turbo87
Copy link
Contributor

Turbo87 commented Mar 7, 2019

ember-cli-babel and ember-cli-htmlbars-inline-precompile are able to parallelize their workload using workerpool. For that the plugin configurations need to be serializable and addons that register HTMLBars AST plugins need to slightly change the code to enable it.

One implementation example is ember-polyfills/ember-angle-bracket-invocation-polyfill#45. Once we do the same thing for this addon here parallelizing should work fine.

DEBUG=ember-cli-htmlbars-inline-precompile* DEBUG_LEVEL=debug ember b

☝️ will enable debug output and show whether the transform was parallelizable or not

/cc @rwjblue

@olleolleolle
Copy link

@Turbo87 Is this Issue now closable?

@Turbo87
Copy link
Contributor Author

Turbo87 commented Apr 5, 2019

yeah, sorry, #629 has fixed that AFAICT

@Turbo87 Turbo87 closed this as completed Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants