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:
authorGuy Bedford <guybedford@gmail.com>2019-10-12 00:57:13 +0300
committerMyles Borins <mylesborins@google.com>2019-11-17 11:39:55 +0300
commit3d8cdf191d89298d97a0bda20a2a2ceffc7cf3f0 (patch)
treef98d06ed094cfa0c82bcfb081642e1bf3bb40fda /src/node_options.h
parent26a9bdfca334644718212722afb908ce813544c7 (diff)
esm: unflag --experimental-modules
PR-URL: https://github.com/nodejs/node/pull/29866 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'src/node_options.h')
-rw-r--r--src/node_options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_options.h b/src/node_options.h
index af69d67ce07..c36c0ad160c 100644
--- a/src/node_options.h
+++ b/src/node_options.h
@@ -103,7 +103,6 @@ class EnvironmentOptions : public Options {
bool enable_source_maps = false;
bool experimental_conditional_exports = false;
bool experimental_json_modules = false;
- bool experimental_modules = false;
bool experimental_resolve_self = false;
std::string es_module_specifier_resolution;
bool experimental_wasm_modules = false;