File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,12 @@ Enable experimental `import.meta.resolve()` support.
301301### ` --experimental-loader=module `
302302
303303<!-- YAML
304- added: v9.0.0
304+ added: v8.8.0
305+ changes:
306+ - version: v12.11.1
307+ pr-url: https://github.com/nodejs/node/pull/29752
308+ description: This flag was renamed from `--loader` to
309+ `--experimental-loader`.
305310-->
306311
307312Specify the ` module ` of a custom experimental [ ECMAScript module loader] [ ] .
Original file line number Diff line number Diff line change @@ -664,6 +664,15 @@ of Node.js applications.
664664
665665## Loaders
666666
667+ <!-- YAML
668+ added: v8.8.0
669+ changes:
670+ - version: v16.12.0
671+ pr-url: https://github.com/nodejs/node/pull/37468
672+ description: Removed ` getFormat` , ` getSource` , ` transformSource` , and
673+ ` globalPreload` ; added ` load` hook and ` getGlobalPreload` hook.
674+ -->
675+
667676> Stability: 1 - Experimental
668677
669678> This API is currently being redesigned and will still change.
You can’t perform that action at this time.
0 commit comments