File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12492,13 +12492,13 @@ let output_ninja_and_namespace_map
12492
12492
in
12493
12493
let bsc_flags =
12494
12494
let result =
12495
- Ext_string. inter2 Literals. dash_nostdlib @@
12496
- match built_in_dependency with
12497
- | None -> bsc_flags
12498
- | Some {package_install_path} ->
12499
- Ext_string. inter3 dash_i (Filename. quote package_install_path) bsc_flags
12500
- in
12501
- if bs_suffix then Ext_string. inter2 " -bs-suffix" result else result
12495
+ Ext_string. inter2 Literals. dash_nostdlib @@
12496
+ match built_in_dependency with
12497
+ | None -> bsc_flags
12498
+ | Some {package_install_path} ->
12499
+ Ext_string. inter3 dash_i (Filename. quote package_install_path) bsc_flags
12500
+ in
12501
+ if bs_suffix then Ext_string. inter2 " -bs-suffix" result else result
12502
12502
in
12503
12503
let reason_react_jsx_flag =
12504
12504
match reason_react_jsx with
@@ -12507,7 +12507,7 @@ let output_ninja_and_namespace_map
12507
12507
Ext_string. inter2 " -ppx" s
12508
12508
in
12509
12509
let warnings = Bsb_warning. opt_warning_to_string no_dev warning in
12510
-
12510
+
12511
12511
Bsb_ninja_util. output_kvs
12512
12512
[|
12513
12513
Bsb_ninja_global_vars. bs_package_flags, bs_package_flags ;
Original file line number Diff line number Diff line change @@ -115558,7 +115558,7 @@ let buckle_script_flags : (string * Arg.spec * string) list =
115558
115558
::
115559
115559
("-bs-suffix",
115560
115560
Arg.Set Js_config.bs_suffix,
115561
- " Set suffix to bs.js"
115561
+ " Set suffix to . bs.js"
115562
115562
)
115563
115563
::
115564
115564
("-bs-no-implicit-include", Arg.Set Clflags.no_implicit_current_dir
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ let buckle_script_flags : (string * Arg.spec * string) list =
109
109
::
110
110
(" -bs-suffix" ,
111
111
Arg. Set Js_config. bs_suffix,
112
- " Set suffix to bs.js"
112
+ " Set suffix to . bs.js"
113
113
)
114
114
::
115
115
(" -bs-no-implicit-include" , Arg. Set Clflags. no_implicit_current_dir
You can’t perform that action at this time.
0 commit comments