-
Notifications
You must be signed in to change notification settings - Fork 27
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
0.8.2 is extremely slow #33
Comments
Yikes. I'll take a look. Feel free to use 0.8.1 if #29 didn't affect you. |
We have similar issues too. Transpilation times went up 30s. 0.8.2desamis-no-MacBook-Air:cc senheng$ yarn add -D babel-plugin-angularjs-annotate
...
success Saved 1 new dependency.
└─ [email protected]
...
[11:39:53] Starting 'js'...
[11:40:41] Finished 'js' after 48 s 0.8.0desamis-no-MacBook-Air:cc senheng$ yarn add -D [email protected]
...success Saved 1 new dependency.
└─ [email protected]
...
[11:41:25] Starting 'js'...
[11:41:35] Finished 'js' after 10 s |
Has it been fixed in 0.9.0? |
Unlikely. 1.0.0 should be on its way as soon as I have some free time to test it, and may help with this somewhat. I know where the bottleneck is, but unfortunately need to be careful about any fixes, as the code in question was added to address a number of difficult-to-diagnose edge-cases where we weren't generating the right output. |
@schmod Any news on this? I'd be happy to help if you can provide some information about it. |
It became extremely slow when I updated babel-plugin-angularjs-annotate from 0.8.1 to 0.8.2.
app.es6.js is around 750KB/25,000 lines.
With 0.8.1
With 0.8.2
I'm running babel 6.26.0 with node 6.11.4 on Mac OS 10.12.6.
The text was updated successfully, but these errors were encountered: