getsentry/sentry-javascript#1989
- Run
npm install
oryarn
- Run
npm run build-and-check-es5
oryarn build-and-check-es5
- Result: everything is OK,
dist/main.js
contains ES5 code only git checkout upgrade-to-sentry-5
- Run
npm run build-and-check-es5
oryarn build-and-check-es5
- Result:
dist/main.js
contains ES6 code
ES-Check: there were 1 ES version matching errors.
ES-Check Error:
----
· erroring file: dist/main.js
· error: SyntaxError: The keyword 'class' is reserved (125:0)
· see the printed err.stack below for context
----
SyntaxError: The keyword 'class' is reserved (125:0)