Difference in output from ecmascript and grigio:babel@0.1.8

When I compile my package with ecmascript instead of grigio:babel@0.1.8, a bug sneaks in – static properties on my classes become enumerable.

This is a bug in Babel that has been fixed in the version grigio:babel uses, but not in the version ecmascript uses.

I don’t understand how this can be, though, since it looks like ecmascript uses the newest version of Babel?

Any ideas?

1 Like