From d6e69fbd25dcdd41c05390f7ce363546cce37fd2 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 7 Oct 2019 00:09:20 -0400 Subject: [PATCH] esm: unflag --experimental-exports PR-URL: https://github.com/nodejs/node/pull/29867 Reviewed-By: Jan Krems Reviewed-By: Colin Ihrig --- doc/api/cli.md | 8 -------- doc/api/modules.md | 2 +- lib/internal/modules/cjs/loader.js | 3 +-- src/module_wrap.cc | 4 +--- src/node_options.cc | 5 ----- src/node_options.h | 1 - 6 files changed, 3 insertions(+), 20 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index cac1734c4d73f8..27947553d34fdb 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -161,13 +161,6 @@ the ability to import a directory that has an index file. Please see [customizing esm specifier resolution][] for example usage. -### `--experimental-exports` - - -Enable experimental resolution using the `exports` field in `package.json`. - ### `--experimental-json-modules`