Skip to content
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

📦 RFC — Convert modules to ESM #421

Open
jrolfs opened this issue May 8, 2021 · 0 comments
Open

📦 RFC — Convert modules to ESM #421

jrolfs opened this issue May 8, 2021 · 0 comments
Labels
rfc A request for comment will-implement When an RFC has been discussed and a resolution has been reached

Comments

@jrolfs
Copy link
Collaborator

jrolfs commented May 8, 2021

Use ECMAScript modules instead of CommonJS.

  • Convert all require based imports to use import
  • Update build and package entry points to be backward compatible with CJS consumers

See

Pure ESM Dependencies
@jrolfs jrolfs added rfc A request for comment will-implement When an RFC has been discussed and a resolution has been reached labels May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfc A request for comment will-implement When an RFC has been discussed and a resolution has been reached
Projects
None yet
Development

No branches or pull requests

1 participant