notes/node/feature-boundaries.md
Smaller Node runtime features and bug-fix boundaries.
import ... with { type: 'json' } succeeds the earlier import-assertions syntax. The load path aliases assertions into attributes (v20.10.0 load.js#L116-L124), and validation checks the type attribute (assert.js#L57-L80).
import.meta path propertiesimport.meta.dirname and import.meta.filename are initialized from the file URL path (v20.11.0 initialize_import_meta.js#L61-L62).
Node supports importing .wasm modules. The import-attributes validator treats wasm as an implicit type (v22.19.0 assert.js#L32).
main assertion fixAn assertion in legacyMainResolve affected Node 18 package-main resolution. The resolver entry and package path are visible at v18.20.4 resolve.js#L176 and resolve.js#L903.
Node's --test flag is documented in the v18.1.0 CLI reference. Test-runner glob support shipped in v21.0.0.