We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337ebfc commit 0d18a8cCopy full SHA for 0d18a8c
doc/api/cli.md
@@ -371,12 +371,11 @@ added: v11.12.0
371
372
Enable experimental frozen intrinsics like `Array` and `Object`.
373
374
-Support is currently only provided for the root context and no guarantees are
375
-currently provided that `global.Array` is indeed the default intrinsic
376
-reference. Code may break under this flag.
+Only the root context is supported. There is no guarantee that
+`globalThis.Array` is indeed the default intrinsic reference. Code may break
+under this flag.
377
378
-`--require` runs prior to freezing intrinsics in order to allow polyfills to
379
-be added.
+To allow polyfills to be added, `--require` runs before freezing intrinsics.
380
381
### `--heapsnapshot-near-heap-limit=max_count`
382
0 commit comments