We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9244dbe commit a450ee5Copy full SHA for a450ee5
1 file changed
src/node_options.cc
@@ -1089,7 +1089,12 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
1089
"Type-stripping for TypeScript files.",
1090
&EnvironmentOptions::strip_types,
1091
kAllowedInEnvvar,
1092
- true);
+#if HAVE_AMARO
1093
+ true
1094
+#else
1095
+ false
1096
+#endif // HAVE_AMARO
1097
+);
1098
AddAlias("--experimental-strip-types", "--strip-types");
1099
AddOption("--experimental-transform-types",
1100
"enable transformation of TypeScript-only"
0 commit comments