pbastowski / angular-meteor-babel

Babel 5 ES6 transpiler for angular-meteor (includes ng-annotate)
11 stars 4 forks source link

SYMBOL_ITERATOR is not defined #1

Closed drejohnson closed 9 years ago

drejohnson commented 9 years ago

I'm not sure why this happens but it doesn't give this error on grigio's babel. ReferenceError: SYMBOL_ITERATOR is not defined

pbastowski commented 9 years ago

I have pushed an update to Atmosphere and Github. Please try meteor update in your app directory.

Sorry, that was my bad. I pushed the first version of the package with an error in package.js, somehow. This was my first meteor package :)

pbastowski commented 9 years ago

@drejohnson so, is it working for you now? I'd like to close this issue if it is resolved.

drejohnson commented 9 years ago

Yes, it works now. Thanks!