From 77cb88b91cb0be78956173445d7e091397c5ca90 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 31 Jul 2022 13:16:11 +0300 Subject: [PATCH] doc: mark `--import` as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44067 Reviewed-By: Antoine du Hamel Reviewed-By: Michaël Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Tobias Nießen --- doc/api/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index f89573f77611c6..51a84cebb79678 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.