| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent de313b2 commit ed2d373
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,6 +121,10 @@ void EnvironmentOptions::CheckOptions(std::vector<std::string>* errors, | |||
| 121 | 121 | } | |
| 122 | 122 | } | |
| 123 | 123 | ||
| 124 | + if (!experimental_policy.empty() || experimental_https_modules) { | ||
| 125 | + require_module = false; | ||
| 126 | + } | ||
| 127 | + | ||
| 124 | 128 | if (!type.empty()) { | |
| 125 | 129 | if (type != "commonjs" && type != "module") { | |
| 126 | 130 | errors->push_back("--experimental-default-type must be " | |
| Back | FazBrowse Home | New Git URL |
0 commit comments