Skip to content

Commit 0365807

Browse files
committed
snapshotml
1 parent 83311aa commit 0365807

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

jscomp/bin/bsb.ml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12492,13 +12492,13 @@ let output_ninja_and_namespace_map
1249212492
in
1249312493
let bsc_flags =
1249412494
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
1250212502
in
1250312503
let reason_react_jsx_flag =
1250412504
match reason_react_jsx with
@@ -12507,7 +12507,7 @@ let output_ninja_and_namespace_map
1250712507
Ext_string.inter2 "-ppx" s
1250812508
in
1250912509
let warnings = Bsb_warning.opt_warning_to_string no_dev warning in
12510-
12510+
1251112511
Bsb_ninja_util.output_kvs
1251212512
[|
1251312513
Bsb_ninja_global_vars.bs_package_flags, bs_package_flags ;

jscomp/bin/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115558,7 +115558,7 @@ let buckle_script_flags : (string * Arg.spec * string) list =
115558115558
::
115559115559
("-bs-suffix",
115560115560
Arg.Set Js_config.bs_suffix,
115561-
" Set suffix to bs.js"
115561+
" Set suffix to .bs.js"
115562115562
)
115563115563
::
115564115564
("-bs-no-implicit-include", Arg.Set Clflags.no_implicit_current_dir

jscomp/core/js_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ let buckle_script_flags : (string * Arg.spec * string) list =
109109
::
110110
("-bs-suffix",
111111
Arg.Set Js_config.bs_suffix,
112-
" Set suffix to bs.js"
112+
" Set suffix to .bs.js"
113113
)
114114
::
115115
("-bs-no-implicit-include", Arg.Set Clflags.no_implicit_current_dir

0 commit comments

Comments
 (0)