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

Switch Node/esbuild to ESM default #925

Open
jaredcwhite opened this issue Oct 17, 2024 · 0 comments
Open

Switch Node/esbuild to ESM default #925

jaredcwhite opened this issue Oct 17, 2024 · 0 comments
Labels
javascript Pull requests that update Javascript code
Milestone

Comments

@jaredcwhite
Copy link
Member

The current esbuild configuration is using CommonJS rather than ESM (aka require rather than import statements). To align with the future of Node and the JavaScript ecosystem, we should switch package.json and other JS files in new repos over to using ESM.

@jaredcwhite jaredcwhite added the javascript Pull requests that update Javascript code label Oct 17, 2024
@jaredcwhite jaredcwhite added this to the 2.0 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants
@jaredcwhite and others