Searched refs:module_type (Results 1 – 3 of 3) sorted by relevance
89 if (!module_type.empty()) { in CheckOptions()90 if (module_type != "commonjs" && module_type != "module") { in CheckOptions()371 &EnvironmentOptions::module_type, in EnvironmentOptionsParser()
112 std::string module_type; variable
1174 module_type = type(sys)1176 if isinstance(module, module_type):