Andrew Schmadel
Andrew Schmadel
@stephank Go ahead and open a ticket upstream with Babel. This indeed looks like a bug with `transform-es2015-function-name`. Our unit tests already have another (different) conflict with this transform, and...
Thanks for taking the time to open the ticket. I'll follow up with the Babel folks.
Counterpoint: This could be beyond the scope of what this project is meant to provide.
The project isn't really set up to do codemods at the moment (and I'd kind of discourage folks from doing this, because it provides little safety in the event of...
Actually, re-reading @thekip's comment, it sounds like you just want to run ngAnnotate once and check the results in as your new source?
In `ng-annotate-main.js`, look for anything that calls `insertBefore` or `insertAfter` I'm planning to eventually add something like a "dry-run" mode with the `explicitOnly` mode -- we'll only annotate functions that...
We should know when babel renames function arguments. We've [had issues in the past](https://github.com/babel/babel/issues/4078) where Babel wasn't properly communicating to us that it was renaming things, and it looks like...
Yikes. I'll take a look. Feel free to use 0.8.1 if #29 didn't affect you.
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,...
Hooooooboy. I'll have to take a look. I have not run tests against the presets that include support for async functions. IIRC, we've run into the `_x` issue before, as...