ember-ajax does not work with Ember 3.8 when transpiling to ES5
boris-petrov opened this issue · 1 comments
boris-petrov commented
Babel cannot transpile to ES5 extending from some built-in types which means that extending EmberError won't work any more in ES5 since Ember 3.8 because it is the same as Error.
Turbo87 commented
as mentioned on Discord, the way I would propose to fix this is:
- update ember-cli-babel to v7 and check if that fixes the test suite
- update the Node.js compatibility claims in
package.json
and PR it (see #432) - open a PR for 1) which also updates the "Compatibility" section, adding CLI 2.13+ requirement (see #433)
- get it released as v5.0.0
- update the app blueprint in Ember CLI
- get that released as v3.8.1