| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 33ac027 commit 6225370
2 files 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 | |
|---|---|---|---|
@@ -674,6 +674,15 @@ of Node.js applications. | |||
| 674 | 674 | ||
| 675 | 675 | ## Loaders | |
| 676 | 676 | ||
| 677 | + <!-- YAML | ||
| 678 | + added: v8.8.0 | ||
| 679 | + changes: | ||
| 680 | + - version: v16.12.0 | ||
| 681 | + pr-url: https://github.com/nodejs/node/pull/37468 | ||
| 682 | + description: Removed `getFormat`, `getSource`, `transformSource`, and | ||
| 683 | + `globalPreload`; added `load` hook and `getGlobalPreload` hook. | ||
| 684 | + --> | ||
| 685 | + | ||
| 677 | 686 | > Stability: 1 - Experimental | |
| 678 | 687 | ||
| 679 | 688 | > This API is currently being redesigned and will still change. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments