| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 66f8730 commit 985b96a
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,23 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!--introduced_in=v8.5.0--> | |
| 4 | 4 | <!-- type=misc --> | |
| 5 | + <!-- YAML | ||
| 6 | + added: v8.5.0 | ||
| 7 | + changes: | ||
| 8 | + - version: | ||
| 9 | + - REPLACEME | ||
| 10 | + pr-url: https://github.com/nodejs/node/pull/35249 | ||
| 11 | + description: Support for detection of CommonJS named exports. | ||
| 12 | + - version: | ||
| 13 | + - v12.17.0 | ||
| 14 | + pr-url: https://github.com/nodejs/node/pull/29866 | ||
| 15 | + description: Loading ECMAScript modules no longer requires a command-line flag. | ||
| 16 | + - version: v12.0.0 | ||
| 17 | + pr-url: https://github.com/nodejs/node/pull/26745 | ||
| 18 | + description: | ||
| 19 | + Add support for ES modules using `.js` file extension via `package.json` | ||
| 20 | + `"type"` field. | ||
| 21 | + --> | ||
| 5 | 22 | ||
| 6 | 23 | > Stability: 1 - Experimental | |
| 7 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,33 @@ | |||
| 1 | 1 | # Modules: Packages | |
| 2 | 2 | ||
| 3 | 3 | <!-- type=misc --> | |
| 4 | + <!-- YAML | ||
| 5 | + changes: | ||
| 6 | + - version: REPLACEME | ||
| 7 | + pr-url: https://github.com/nodejs/node/pull/34718 | ||
| 8 | + description: Add support for `"exports"` patterns. | ||
| 9 | + - version: v12.19.0 | ||
| 10 | + pr-url: https://github.com/nodejs/node/pull/34117 | ||
| 11 | + description: Add package `"imports"` field. | ||
| 12 | + - version: | ||
| 13 | + - v12.16.0 | ||
| 14 | + pr-url: https://github.com/nodejs/node/pull/31001 | ||
| 15 | + description: Unflag conditional exports. | ||
| 16 | + - version: | ||
| 17 | + - v12.16.0 | ||
| 18 | + pr-url: https://github.com/nodejs/node/pull/31002 | ||
| 19 | + description: Unflag self-referencing a package using its name. | ||
| 20 | + - version: v12.7.0 | ||
| 21 | + pr-url: https://github.com/nodejs/node/pull/28568 | ||
| 22 | + description: | ||
| 23 | + Introduce `"exports"` `package.json` field as a more powerful alternative | ||
| 24 | + to the classic `"main"` field. | ||
| 25 | + - version: v12.0.0 | ||
| 26 | + pr-url: https://github.com/nodejs/node/pull/26745 | ||
| 27 | + description: | ||
| 28 | + Add support for ES modules using `.js` file extension via `package.json` | ||
| 29 | + `"type"` field. | ||
| 30 | + --> | ||
| 4 | 31 | ||
| 5 | 32 | ## Introduction | |
| 6 | 33 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments