summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBradley Farias <bradley.meck@gmail.com>2019-08-02 09:06:34 -0500
committerBradley Farias <bradley.meck@gmail.com>2019-08-20 09:49:48 -0500
commit85898e0aca26cee2e68aea9ba384e23cd4457849 (patch)
tree7746ba86dcce63cbf6f23faa54550f92a1528ca7 /doc
parent9fd9efa49222c65e255085cfaabf4924721c833d (diff)
downloadandroid-node-v8-85898e0aca26cee2e68aea9ba384e23cd4457849.tar.gz
android-node-v8-85898e0aca26cee2e68aea9ba384e23cd4457849.tar.bz2
android-node-v8-85898e0aca26cee2e68aea9ba384e23cd4457849.zip
bootstrap: run preload prior to frozen-intrinsics
This is used to allow people to run polyfills. Co-Authored-By: Anna Henningsen <github@addaleax.net> PR-URL: https://github.com/nodejs/node/pull/28940 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index a4eb966f02..57623d8a38 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -218,6 +218,9 @@ Support is currently only provided for the root context and no guarantees are
currently provided that `global.Array` is indeed the default intrinsic
reference. Code may break under this flag.
+`--require` runs prior to freezing intrinsics in order to allow polyfills to
+be added.
+
### `--heapsnapshot-signal=signal`
<!-- YAML
added: v12.0.0