File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,10 @@ pub fn compiler_args(
394
394
} ;
395
395
396
396
let uncurried_args = root_config. get_uncurried_args ( version) ;
397
+ let jsx_args = root_config. get_jsx_args ( ) ;
398
+ let jsx_module_args = root_config. get_jsx_module_args ( ) ;
399
+ let jsx_mode_args = root_config. get_jsx_mode_args ( ) ;
400
+ let jsx_preserve_args = root_config. get_jsx_preserve_args ( ) ;
397
401
let gentype_arg = config. get_gentype_arg ( ) ;
398
402
399
403
let warning_args: Vec < String > = match config. warnings . to_owned ( ) {
@@ -476,6 +480,10 @@ pub fn compiler_args(
476
480
Path :: new( ".." ) . join( "ocaml" ) . to_string_lossy( ) . to_string( ) ,
477
481
] ,
478
482
dependency_paths. concat( ) ,
483
+ jsx_args,
484
+ jsx_module_args,
485
+ jsx_mode_args,
486
+ jsx_preserve_args,
479
487
uncurried_args,
480
488
bsc_flags. to_owned( ) ,
481
489
warning_args,
You can’t perform that action at this time.
0 commit comments