From a5c633a19580f4ac1f1809ef36610973cdae773b Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 12 Jul 2024 10:53:54 -0300 Subject: [PATCH 1/4] lib,src: drop --experimental-network-imports --- doc/api/cli.md | 13 --- doc/api/errors.md | 17 ---- doc/api/esm.md | 68 +--------------- doc/node.1 | 3 - lib/internal/errors.js | 4 - lib/internal/modules/esm/get_format.js | 23 ------ lib/internal/modules/esm/resolve.js | 88 +-------------------- src/node_options.cc | 4 - src/node_options.h | 1 - test/fixtures/es-modules/network-import.mjs | 1 - 10 files changed, 3 insertions(+), 219 deletions(-) delete mode 100644 test/fixtures/es-modules/network-import.mjs diff --git a/doc/api/cli.md b/doc/api/cli.md index d00491efe74bd8..ba4f3c4c76eb33 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -953,18 +953,6 @@ changes: Specify the `module` containing exported [module customization hooks][]. `module` may be any string accepted as an [`import` specifier][]. -### `--experimental-network-imports` - - - -> Stability: 1 - Experimental - -Enable experimental support for the `https:` protocol in `import` specifiers. - ### `--experimental-network-inspection`