core
core copied to clipboard
Add extensions to imports
As per the Node ESM spec, file extensions are always required for relative imports, ref: https://nodejs.org/api/esm.html#terminology I'm working on a better solidjs solution and this is currently a blocker for me