File tree 2 files changed +18
-0
lines changed
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.
951
951
<!-- YAML
952
952
added: v8.8.0
953
953
changes:
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`.
954
958
- version: v12.11.1
955
959
pr-url: https://github.com/nodejs/node/pull/29752
956
960
description: This flag was renamed from `--loader` to
@@ -964,6 +968,8 @@ changes:
964
968
Specify the ` module ` containing exported [ module customization hooks] [ ] .
965
969
` module ` may be any string accepted as an [ ` import ` specifier] [ ] .
966
970
971
+ This feature requires ` --allow-worker ` if used with the [ Permission Model] [ ] .
972
+
967
973
### ` --experimental-network-imports `
968
974
969
975
<!-- YAML
@@ -1070,6 +1076,11 @@ report is not generated. See the documentation on
1070
1076
1071
1077
<!-- YAML
1072
1078
added: 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`.
1073
1084
-->
1074
1085
1075
1086
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ isBuiltin('wss'); // false
87
87
<!-- YAML
88
88
added: v20.6.0
89
89
changes:
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` .
90
94
- version: v20.8.0
91
95
pr-url: https://github.com/nodejs/node/pull/49655
92
96
description: Add support for WHATWG URL instances.
@@ -113,6 +117,8 @@ changes:
113
117
Register a module that exports [hooks][] that customize Node.js module
114
118
resolution and loading behavior. See [Customization hooks][].
115
119
120
+ This feature requires ` --allow-worker` if used with the [Permission Model][].
121
+
116
122
### ` module.syncBuiltinESMExports()`
117
123
118
124
<!-- YAML
@@ -1117,6 +1123,7 @@ returned object contains the following keys:
1117
1123
[Customization hooks]: #customization-hooks
1118
1124
[ES Modules]: esm.md
1119
1125
[HTTPS and HTTP imports]: esm.md#https-and-http-imports
1126
+ [Permission Model]: permissions.md#permission-model
1120
1127
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
1121
1128
[` " exports" ` ]: packages.md#exports
1122
1129
[` -- enable- source- maps` ]: cli.md#--enable-source-maps
You can’t perform that action at this time.
0 commit comments