-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resulting code is not from Babel #6
Comments
I am able to make Babel's code the resulting output if I first put esbuild's output in a temporary folder, then have Babel watch and transform those files with extendscripts preset. However, if I want to include core.js polyfills (i.e. One current problem I am running into right now is that core.js generates regex with unescaped forward slashes ( |
This is exactly why I'm interested to see your |
I am not too sure what you mean by more
This is the pre-Babel that's supposed to help with polyfill. I am presuming the other incompatibilities between As I have dug deeper into |
The resulting Babel code is somehow transformed after the plugin ran.
See fusepilot/babel-preset-extendscript#15
Possible solution: evanw/esbuild#1010 (comment)
The text was updated successfully, but these errors were encountered: