prefix NodeJS built-ins with node:
#1324
Labels
CLI
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
good first issue
Good for newcomers
Milestone
Type of Change
Enhancement
Summary
As part of prototyping support for #1143 and #1322, a standard conventions is emerging where-in this runtimes and platforms expect explicit resolution prefixes for NodeJS built-ins (and to a degree node_modules). Otherwise errors will occur along the lines of the below
Details
A basic example of this would be possible using Rollup (though directly supported by Greenwood)
Might also need to something similar for node_modules as well, e.g. bare specifier
Should we make this configurable?
The text was updated successfully, but these errors were encountered: