Node.js Compatibility
Import Maps
{
"imports": {
"node:fs": {
"fs": {
"bare": "bare-fs",
"default": "fs"
}
},
"fs": {
"bare": "bare-fs",
"default": "fs"
},
"fs/*": {
"bare": "bare-fs/*",
"default": "fs/*"
}
},
"dependencies": {
"bare-fs": "^2.1.5"
}
}Runtime Module Mapping using the with.imports pragma
with.imports pragmaNode.js Globals
Deviant Mappings
Last updated