You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I made a custom nodejs runtime, https://github.com/kwruntime/core that works with imports similar to Deno (allowing imports from URLs, typescript out the box, and full ES2020 syntax without .mjs extension), but of course with all nodejs ecosystem.
I see this website, a very cool, but i see your website don't expose feature target=node10, target=node12, etc. that is available in ESBUILD. When target is set to node in ESBUILD, ESBUILD doesn't bundle/convert internal builtin nodejs modules, and is that I want. Please can you enable node target on esm.sh?
The text was updated successfully, but these errors were encountered:
Hi, I made a custom nodejs runtime, https://github.com/kwruntime/core that works with imports similar to Deno (allowing imports from URLs, typescript out the box, and full ES2020 syntax without .mjs extension), but of course with all nodejs ecosystem.
I see this website, a very cool, but i see your website don't expose feature target=node10, target=node12, etc. that is available in ESBUILD. When target is set to node in ESBUILD, ESBUILD doesn't bundle/convert internal builtin nodejs modules, and is that I want. Please can you enable node target on esm.sh?
The text was updated successfully, but these errors were encountered: