Skip to content

Commit

Permalink
Update doc/api/cli.md
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Trott and aduh95 committed Jan 1, 2022
1 parent 85d2954 commit 306411a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/api/cli.md
Expand Up @@ -371,8 +371,9 @@ added: v11.12.0
Enable experimental frozen intrinsics like `Array` and `Object`.

Only the root context is supported. There is no guarantee that `global.Array`
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
under this flag.

To allow polyfills to be added, `--require` runs before freezing intrinsics.

Expand Down

0 comments on commit 306411a

Please sign in to comment.