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
Hi, I just wanted to ask whether or not it would be possible to fully transpile the acorn-jsx export to IE friendly ES5 as it contains a class declaraction (line 72) return class extends Parser { that when included in an IE11 project, causes IE11 to fail? If you're happy for me to, I can create a PR to do this?
If you want, I can provide more info. Regardless, I appreciate your time and work, thanks.
The text was updated successfully, but these errors were encountered:
I'm using webpack-babel-env-deps to determine which packages to transpile to ES5. acorn-jsx escapes it (and had to be added manually), since there's no engines field in package.json. Would be great if things would "just work". 🙂
Hi, I just wanted to ask whether or not it would be possible to fully transpile the acorn-jsx export to IE friendly ES5 as it contains a class declaraction (line 72)
return class extends Parser {
that when included in an IE11 project, causes IE11 to fail? If you're happy for me to, I can create a PR to do this?If you want, I can provide more info. Regardless, I appreciate your time and work, thanks.
The text was updated successfully, but these errors were encountered: