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-12-17 09:16:39 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-03 19:47:43 +0300
commit72c64605c95e7fc1d4b327b180f14bf70fcbfb24 (patch)
tree91a23b7f3880d610068fd105caa67e4a7e94f757 /src/node_options.h
parent827d3fea0e17ba1db642df43fb92b7d6f51e8d4a (diff)
module: unflag resolve self
PR-URL: https://github.com/nodejs/node/pull/31002 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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 218fb4ac238..1e156a7edc5 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_resolve_self = false;
std::string experimental_specifier_resolution;
std::string es_module_specifier_resolution;
bool experimental_wasm_modules = false;