ember-cli / ember-compatibility-helpers

Helpers that allow you to write backwards compat Ember addons
MIT License
24 stars 20 forks source link

Babel 7 Support #24

Closed alexlafroscia closed 5 years ago

alexlafroscia commented 5 years ago

While trying to upgrade ember-decorators/argument to Babel 7, I ran into issues with this addon reporting incompatibility. I'm not sure if there's more to do than just upgrading the ember-cli-babel version here, but I ended up with this error on build:

WARNING: ember-compatibility-helpers: You are using an unsupported ember-cli-babel version, compatibility helper tranforms will not be included automatically

and a number of tests failing with errors like this:

Error: Could not find module ember-compatibility-helpers imported from @ember-decorators/argument/-debug/utils/validation-decorator

This is likely going to block https://github.com/ember-decorators/argument/issues/75