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 @@ -942,6 +942,10 @@ Previously gated the entire `import.meta.resolve` feature.
942
942
<!-- YAML
943
943
added: v8.8.0
944
944
changes:
945
+ - version: v23.6.1
946
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
947
+ description: Using this feature with the permission model enabled requires
948
+ passing `--allow-worker`.
945
949
- version: v12.11.1
946
950
pr-url: https://github.com/nodejs/node/pull/29752
947
951
description: This flag was renamed from `--loader` to
@@ -955,6 +959,8 @@ changes:
955
959
Specify the ` module ` containing exported [ module customization hooks] [ ] .
956
960
` module ` may be any string accepted as an [ ` import ` specifier] [ ] .
957
961
962
+ This feature requires ` --allow-worker ` if used with the [ Permission Model] [ ] .
963
+
958
964
### ` --experimental-network-inspection `
959
965
960
966
<!-- YAML
@@ -1044,6 +1050,11 @@ report is not generated. See the documentation on
1044
1050
added:
1045
1051
- v22.3.0
1046
1052
- v20.18.0
1053
+ changes:
1054
+ - version: v23.6.1
1055
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
1056
+ description: Using this feature with the permission model enabled requires
1057
+ passing `--allow-worker`.
1047
1058
-->
1048
1059
1049
1060
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ added:
177
177
- v20.6.0
178
178
- v18.19.0
179
179
changes:
180
+ - version: v23.6.1
181
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
182
+ description: Using this feature with the permission model enabled requires
183
+ passing ` -- allow- worker` .
180
184
- version:
181
185
- v20.8.0
182
186
- v18.19.0
@@ -205,6 +209,8 @@ changes:
205
209
Register a module that exports [hooks][] that customize Node.js module
206
210
resolution and loading behavior. See [Customization hooks][].
207
211
212
+ This feature requires ` --allow-worker` if used with the [Permission Model][].
213
+
208
214
### ` module.registerHooks(options)`
209
215
210
216
<!-- YAML
@@ -1699,6 +1705,7 @@ returned object contains the following keys:
1699
1705
[Conditional exports]: packages.md#conditional-exports
1700
1706
[Customization hooks]: #customization-hooks
1701
1707
[ES Modules]: esm.md
1708
+ [Permission Model]: permissions.md#permission-model
1702
1709
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
1703
1710
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
1704
1711
[V8 code cache]: https://v8.dev/blog/code-caching-for-devs
You can’t perform that action at this time.
0 commit comments