File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -951,6 +951,10 @@ Previously gated the entire `import.meta.resolve` feature.
951951<!-- YAML
952952added: v8.8.0
953953changes:
954+ - version: v20.18.2
955+ pr-url: https://github.com/nodejs-private/node-private/pull/629
956+ description: Using this feature with the permission model enabled requires
957+ passing `--allow-worker`.
954958 - version: v12.11.1
955959 pr-url: https://github.com/nodejs/node/pull/29752
956960 description: This flag was renamed from `--loader` to
@@ -964,6 +968,8 @@ changes:
964968Specify the ` module ` containing exported [ module customization hooks] [ ] .
965969` module ` may be any string accepted as an [ ` import ` specifier] [ ] .
966970
971+ This feature requires ` --allow-worker ` if used with the [ Permission Model] [ ] .
972+
967973### ` --experimental-network-imports `
968974
969975<!-- YAML
@@ -1070,6 +1076,11 @@ report is not generated. See the documentation on
10701076
10711077<!-- YAML
10721078added: v20.18.0
1079+ changes:
1080+ - version: v20.18.2
1081+ pr-url: https://github.com/nodejs-private/node-private/pull/629
1082+ description: Using this feature with the permission model enabled requires
1083+ passing `--allow-worker`.
10731084-->
10741085
10751086> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ isBuiltin('wss'); // false
8787<!-- YAML
8888added: v20.6.0
8989changes:
90+ - version: v20.18.2
91+ pr-url: https://github.com/nodejs-private/node-private/pull/629
92+ description: Using this feature with the permission model enabled requires
93+ passing ` -- allow- worker` .
9094 - version: v20.8.0
9195 pr-url: https://github.com/nodejs/node/pull/49655
9296 description: Add support for WHATWG URL instances.
@@ -113,6 +117,8 @@ changes:
113117Register a module that exports [hooks][] that customize Node.js module
114118resolution and loading behavior. See [Customization hooks][].
115119
120+ This feature requires ` --allow-worker` if used with the [Permission Model][].
121+
116122### ` module.syncBuiltinESMExports()`
117123
118124<!-- YAML
@@ -1117,6 +1123,7 @@ returned object contains the following keys:
11171123[Customization hooks]: #customization-hooks
11181124[ES Modules]: esm.md
11191125[HTTPS and HTTP imports]: esm.md#https-and-http-imports
1126+ [Permission Model]: permissions.md#permission-model
11201127[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
11211128[` " exports" ` ]: packages.md#exports
11221129[` -- enable- source- maps` ]: cli.md#--enable-source-maps
You can’t perform that action at this time.
0 commit comments