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 @@ -962,6 +962,10 @@ Previously gated the entire `import.meta.resolve` feature.
962
962
<!-- YAML
963
963
added: v8.8.0
964
964
changes:
965
+ - version: v22.13.1
966
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
967
+ description: Using this feature with the permission model enabled requires
968
+ passing `--allow-worker`.
965
969
- version: v12.11.1
966
970
pr-url: https://github.com/nodejs/node/pull/29752
967
971
description: This flag was renamed from `--loader` to
@@ -975,6 +979,8 @@ changes:
975
979
Specify the ` module ` containing exported [ module customization hooks] [ ] .
976
980
` module ` may be any string accepted as an [ ` import ` specifier] [ ] .
977
981
982
+ This feature requires ` --allow-worker ` if used with the [ Permission Model] [ ] .
983
+
978
984
### ` --experimental-network-inspection `
979
985
980
986
<!-- YAML
@@ -1082,6 +1088,11 @@ present. See the [test runner execution model][] section for more information.
1082
1088
1083
1089
<!-- YAML
1084
1090
added: v22.3.0
1091
+ changes:
1092
+ - version: v22.13.1
1093
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
1094
+ description: Using this feature with the permission model enabled requires
1095
+ passing `--allow-worker`.
1085
1096
-->
1086
1097
1087
1098
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -328,6 +328,10 @@ added:
328
328
- v20.6.0
329
329
- v18.19.0
330
330
changes:
331
+ - version: v22.13.1
332
+ pr-url: https://github.com/nodejs-private/node-private/pull/629
333
+ description: Using this feature with the permission model enabled requires
334
+ passing ` -- allow- worker` .
331
335
- version:
332
336
- v20.8.0
333
337
- v18.19.0
@@ -356,6 +360,8 @@ changes:
356
360
Register a module that exports [hooks][] that customize Node.js module
357
361
resolution and loading behavior. See [Customization hooks][].
358
362
363
+ This feature requires ` --allow-worker` if used with the [Permission Model][].
364
+
359
365
### ` module.stripTypeScriptTypes(code[, options])`
360
366
361
367
<!-- YAML
@@ -1558,6 +1564,7 @@ returned object contains the following keys:
1558
1564
[Conditional exports]: packages.md#conditional-exports
1559
1565
[Customization hooks]: #customization-hooks
1560
1566
[ES Modules]: esm.md
1567
+ [Permission Model]: permissions.md#permission-model
1561
1568
[Source map v3 format]: https://sourcemaps.info/spec.html#h.mofvlxcwqzej
1562
1569
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
1563
1570
[V8 code cache]: https://v8.dev/blog/code-caching-for-devs
You can’t perform that action at this time.
0 commit comments