We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d2954 commit 306411aCopy full SHA for 306411a
1 file changed
doc/api/cli.md
@@ -371,8 +371,9 @@ added: v11.12.0
371
372
Enable experimental frozen intrinsics like `Array` and `Object`.
373
374
-Only the root context is supported. There is no guarantee that `global.Array`
375
-is indeed the default intrinsic 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
376
+under this flag.
377
378
To allow polyfills to be added, `--require` runs before freezing intrinsics.
379
0 commit comments