File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,13 @@ Previously gated the entire `import.meta.resolve` feature.
943
943
<!-- YAML
944
944
added: v8.8.0
945
945
changes:
946
+ - version:
947
+ - v23.6.1
948
+ - v22.13.1
949
+ - v20.18.2
950
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
951
+ description: Using this feature with the permission model enabled requires
952
+ passing `--allow-worker`.
946
953
- version: v12.11.1
947
954
pr-url: https://github.com/nodejs/node/pull/29752
948
955
description: This flag was renamed from `--loader` to
@@ -956,6 +963,8 @@ changes:
956
963
Specify the ` module ` containing exported [ module customization hooks] [ ] .
957
964
` module ` may be any string accepted as an [ ` import ` specifier] [ ] .
958
965
966
+ This feature requires ` --allow-worker ` if used with the [ Permission Model] [ ] .
967
+
959
968
### ` --experimental-network-inspection `
960
969
961
970
<!-- YAML
@@ -1055,6 +1064,14 @@ report is not generated. See the documentation on
1055
1064
added:
1056
1065
- v22.3.0
1057
1066
- v20.18.0
1067
+ changes:
1068
+ - version:
1069
+ - v23.6.1
1070
+ - v22.13.1
1071
+ - v20.18.2
1072
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
1073
+ description: Using this feature with the permission model enabled requires
1074
+ passing `--allow-worker`.
1058
1075
-->
1059
1076
1060
1077
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -177,6 +177,13 @@ added:
177
177
- v20.6.0
178
178
- v18.19.0
179
179
changes:
180
+ - version:
181
+ - v23.6.1
182
+ - v22.13.1
183
+ - v20.18.2
184
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
185
+ description: Using this feature with the permission model enabled requires
186
+ passing ` -- allow- worker` .
180
187
- version:
181
188
- v20.8.0
182
189
- v18.19.0
@@ -205,6 +212,8 @@ changes:
205
212
Register a module that exports [hooks][] that customize Node.js module
206
213
resolution and loading behavior. See [Customization hooks][].
207
214
215
+ This feature requires ` --allow-worker` if used with the [Permission Model][].
216
+
208
217
### ` module.registerHooks(options)`
209
218
210
219
<!-- YAML
@@ -1705,6 +1714,7 @@ returned object contains the following keys:
1705
1714
[Conditional exports]: packages.md#conditional-exports
1706
1715
[Customization hooks]: #customization-hooks
1707
1716
[ES Modules]: esm.md
1717
+ [Permission Model]: permissions.md#permission-model
1708
1718
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
1709
1719
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
1710
1720
[V8 code cache]: https://v8.dev/blog/code-caching-for-devs
You can’t perform that action at this time.
0 commit comments