Skip to content

Commit fe4a35f

Browse files
committed
snapshot && update darwin binaries
1 parent 48f23dd commit fe4a35f

File tree

6 files changed

+347
-348
lines changed

6 files changed

+347
-348
lines changed

darwin/bsc.exe

-18 KB
Binary file not shown.

darwin/rescript.exe

32 Bytes
Binary file not shown.

jscomp/main/builtin_cmi_datasets.ml

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.

lib/4.06.1/rescript.ml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16602,8 +16602,8 @@ let force_regenerate = ref false
1660216602
type spec = Bsb_arg.spec
1660316603

1660416604
let call_spec f : spec = Unit (Unit_call f )
16605-
let unit_set_spec b : spec = Unit (Unit_set b)
16606-
16605+
let unit_set_spec b : spec = Unit (Unit_set b)
16606+
let string_set_spec s : spec = String (String_set s)
1660716607

1660816608

1660916609
let failed_annon = (fun ~rev_args ->
@@ -16710,6 +16710,8 @@ let build_subcommand ~start argv argv_len =
1671016710
"Build with deps";
1671116711
"-install", unit_set_spec do_install,
1671216712
"Install public interface files for dependencies ";
16713+
"-ws", string_set_spec (ref ""),
16714+
"[host]:port set the host, port for websocket build notifications";
1671316715
"-regen", unit_set_spec force_regenerate,
1671416716
"*internal* \n\
1671516717
Always regenerate build.ninja no matter bsconfig.json is changed or not";

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.

lib/4.06.1/whole_compiler.ml

Lines changed: 153 additions & 156 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)