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 c03dc12 commit 097a7caCopy full SHA for 097a7ca
src/build/compile.rs
@@ -434,6 +434,7 @@ pub fn compiler_args(
434
let jsx_module_args = root_config.get_jsx_module_args();
435
let jsx_mode_args = root_config.get_jsx_mode_args();
436
let uncurried_args = root_config.get_uncurried_args(version);
437
+ let gentype_arg = root_config.get_gentype_arg();
438
439
let warning_args: Vec<String> = match config.warnings.to_owned() {
440
None => vec![],
@@ -494,6 +495,7 @@ pub fn compiler_args(
494
495
read_cmi_args,
496
vec!["-I".to_string(), ".".to_string()],
497
deps.concat(),
498
+ gentype_arg,
499
jsx_args,
500
jsx_module_args,
501
jsx_mode_args,
0 commit comments