We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tech debt and might block #4727. (A smaller change unblocked #4722)
It's not maintained and it has resulted in time lost debugging things like optional chaining support in its transformation.
Use Node.js ESM (NESM). Process: remove 'esm' from the project and burn down errors.
--
CI
The text was updated successfully, but these errors were encountered:
I thought we already had a bug for this... ah: #527 . How is this different?
Sorry, something went wrong.
How is this different?
This is to clear out the handful of remaining uses of "esm" module loader and all the references to it.
Successfully merging a pull request may close this issue.
What is the Problem Being Solved?
Tech debt and might block #4727. (A smaller change unblocked #4722)
It's not maintained and it has resulted in time lost debugging things like optional chaining support in its transformation.
Description of the Design
Use Node.js ESM (NESM). Process: remove 'esm' from the project and burn down errors.
Security Considerations
--
Test Plan
CI
The text was updated successfully, but these errors were encountered: