Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoshe Atlow <moshe@atlow.co.il>2022-07-31 13:16:11 +0300
committerGitHub <noreply@github.com>2022-07-31 13:16:11 +0300
commit77cb88b91cb0be78956173445d7e091397c5ca90 (patch)
treec9b8c17c8e3e7f4a2923a2dfe96d5aae72ac73e6 /doc/api/cli.md
parent7192ec1664b376ff4576b102ba95cb0851575a24 (diff)
doc: mark `--import` as experimental
PR-URL: https://github.com/nodejs/node/pull/44067 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index f89573f7761..51a84cebb79 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -601,6 +601,8 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
added: REPLACEME
-->
+> Stability: 1 - Experimental
+
Preload the specified module at startup.
Follows [ECMAScript module][] resolution rules.