summaryrefslogtreecommitdiff
path: root/src/node_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_options.h')
-rw-r--r--src/node_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node_options.h b/src/node_options.h
index bcd6d2457d..e07ee7fb35 100644
--- a/src/node_options.h
+++ b/src/node_options.h
@@ -91,7 +91,10 @@ class DebugOptions : public Options {
class EnvironmentOptions : public Options {
public:
bool abort_on_uncaught_exception = false;
+ bool experimental_json_modules = false;
bool experimental_modules = false;
+ std::string es_module_specifier_resolution;
+ std::string module_type;
std::string experimental_policy;
bool experimental_repl_await = false;
bool experimental_vm_modules = false;