-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bundling for Rhino? #2357
Comments
You should be able to do this for yourself using the new |
@evanw it's not so simple for usage as adding a Rhino target. |
I'm not sure what you're saying, sorry. Are you saying that disabling esbuild features that aren't supported in Rhino is too hard and not something that you think users of esbuild should be doing? Or are you warning me that having esbuild support Rhino isn't as simple as trusting the data in compat-table for Rhino (potentially because the data is incomplete and/or incorrect)? |
I just said that for a simple user to form a list of features that Rhino supports is much harder than just to write |
Amazing, thanks both! |
I'd be very interested in using esbuild to build and bundle code for running with Rhino. In pursuing the same goal with babel in the past, we've got all the necessary information into compat-table. Obviously I am aware that it would serve only a very small minority of the userbase. Would you in theory accept a PR allowing rhino as a target?
The text was updated successfully, but these errors were encountered: