File tree 2 files changed +15
-1
lines changed 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.
301
301
### ` --experimental-loader=module `
302
302
303
303
<!-- 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`.
305
310
-->
306
311
307
312
Specify 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.
664
664
665
665
## Loaders
666
666
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
+
667
676
> Stability: 1 - Experimental
668
677
669
678
> This API is currently being redesigned and will still change.
You can’t perform that action at this time.
0 commit comments