Closed ramabouda closed 8 years ago
Any feedback on this?
It would be nice to have this PR merged. I can confirm that it allows to use ng-annotate with es2015 syntax (see https://github.com/anlambert/webpack-gulp-es6-angular-express for a sample project). Currently, I am forced to use npm-shrinkwrap to fetch ng-annotate from @raphael-boucher repository.
@olov Can this be merged?
https://github.com/olov/ng-annotate/pull/240 is also needed for complete es6 support.
Hi all, Any news on this? Is there a plan to merge this?
Enables sourceType mode "module" for acorn, to manage
import
.It should solve #227, #237 and https://github.com/huston007/ng-annotate-loader/issues/17.
A few changes to the scope tools where needed to support es6 language additions.