Skip to content

Commit a88c523

Browse files
authored
Merge pull request #4746 from rescript-lang/fix_4735
fix #4735, make -bs-no-version-header internal
2 parents 4268d18 + 87207af commit a88c523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/main/js_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
400400
"*internal* Not using cached cmj, always generate cmj";
401401

402402
"-bs-no-version-header", set Js_config.no_version_header,
403-
"Don't print version header";
403+
"*internal*Don't print version header";
404404

405405
"-bs-no-builtin-ppx", set Js_config.no_builtin_ppx,
406406
"*internal* Disable built-in ppx";

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436404,7 +436404,7 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
436404436404
"*internal* Not using cached cmj, always generate cmj";
436405436405

436406436406
"-bs-no-version-header", set Js_config.no_version_header,
436407-
"Don't print version header";
436407+
"*internal*Don't print version header";
436408436408

436409436409
"-bs-no-builtin-ppx", set Js_config.no_builtin_ppx,
436410436410
"*internal* Disable built-in ppx";

0 commit comments

Comments
 (0)