File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 22
33<!-- introduced_in=v8.5.0-->
44<!-- type=misc -->
5+ <!-- YAML
6+ added: v8.5.0
7+ changes:
8+ - version:
9+ - v14.13.0
10+ pr-url: https://github.com/nodejs/node/pull/35249
11+ description: Support for detection of CommonJS named exports.
12+ - version: v14.8.0
13+ pr-url: https://github.com/nodejs/node/pull/34558
14+ description: Unflag Top-Level Await.
15+ - version:
16+ - v13.2.0
17+ - v12.17.0
18+ pr-url: https://github.com/nodejs/node/pull/29866
19+ description: Loading ECMAScript modules no longer requires a command-line flag.
20+ - version: v12.0.0
21+ pr-url: https://github.com/nodejs/node/pull/26745
22+ description:
23+ Add support for ES modules using `.js` file extension via `package.json`
24+ `"type"` field.
25+ -->
526
627> Stability: 1 - Experimental
728
Original file line number Diff line number Diff line change 11# Modules: Packages
22
33<!-- type=misc -->
4+ <!-- YAML
5+ changes:
6+ - version:
7+ - v14.13.0
8+ pr-url: https://github.com/nodejs/node/pull/34718
9+ description: Add support for `"exports"` patterns.
10+ - version: v14.6.0
11+ pr-url: https://github.com/nodejs/node/pull/34117
12+ description: Add package `"imports"` field.
13+ - version:
14+ - v13.7.0
15+ - v12.16.0
16+ pr-url: https://github.com/nodejs/node/pull/31001
17+ description: Unflag conditional exports.
18+ - version:
19+ - v13.6.0
20+ - v12.16.0
21+ pr-url: https://github.com/nodejs/node/pull/31002
22+ description: Unflag self-referencing a package using its name.
23+ - version: v12.7.0
24+ pr-url: https://github.com/nodejs/node/pull/28568
25+ description:
26+ Introduce `"exports"` `package.json` field as a more powerful alternative
27+ to the classic `"main"` field.
28+ - version: v12.0.0
29+ pr-url: https://github.com/nodejs/node/pull/26745
30+ description:
31+ Add support for ES modules using `.js` file extension via `package.json`
32+ `"type"` field.
33+ -->
434
535## Introduction
636
You can’t perform that action at this time.
0 commit comments