You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what's causing this bug, but it appears that ember-fetch is not transpiling to es5 on version 6.7.2 and over
Using Ember-cli 3.15.1
Confirmed using es-check
Reproduction steps:
In terminal:
npm i es-check -g
Using an Ember app with ember fetch version 6.7.2 or over
npm i
ember build --environment production
es-check es5 './dist/**/*.js'
Expected result: ES-Check: there were no ES version matching errors!
Actual result: ES-Check: there were 1 ES version matching errors.
· erroring file: ./dist/ember-fetch/fetch-fastboot-38cfd9007f94f81f5a2bc13690efc343.js
· error: SyntaxError: The keyword 'const' is reserved (3:0)
We get the expected result with version 6.7.0
The text was updated successfully, but these errors were encountered:
Stoobaart
changed the title
Version 6.7.2 seems not to transpile to es5
Version 6.7.2 seems not to transpile to es5 (IE11 Blank screen, with no console errors)
Jan 29, 2020
Stoobaart
changed the title
Version 6.7.2 seems not to transpile to es5 (IE11 Blank screen, with no console errors)
Version 6.7.2 seems not to transpile to es5 (Caused IE11 Blank screen, with no console errors)
Jan 29, 2020
Stoobaart
changed the title
Version 6.7.2 seems not to transpile to es5 (Caused IE11 Blank screen, with no console errors)
Version 6.7.2 onwards seems not to transpile to es5 (Caused IE11 Blank screen, with no console errors)
Jan 29, 2020
Yes, all other packages pass, this is the only one that fails. I'm not sure at all what's causing the issue, but it went away when I down graded to 6.7.0, thought it would be best to let someone know :)
Not sure what's causing this bug, but it appears that ember-fetch is not transpiling to es5 on version 6.7.2 and over
Using Ember-cli 3.15.1
Confirmed using es-check
Reproduction steps:
In terminal:
npm i es-check -g
Using an Ember app with ember fetch version 6.7.2 or over
npm i
ember build --environment production
es-check es5 './dist/**/*.js'
Expected result: ES-Check: there were no ES version matching errors!
Actual result: ES-Check: there were 1 ES version matching errors.
· erroring file: ./dist/ember-fetch/fetch-fastboot-38cfd9007f94f81f5a2bc13690efc343.js
· error: SyntaxError: The keyword 'const' is reserved (3:0)
We get the expected result with version 6.7.0
The text was updated successfully, but these errors were encountered: