Skip to content

Commit 985ab2c

Browse files
author
Hongbo Zhang
committed
checking in place hodler for bsppx
1 parent 93b8040 commit 985ab2c

File tree

4 files changed

+301
-253
lines changed

4 files changed

+301
-253
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ _build
3636

3737
bsc
3838
bscc
39+
bsppx
3940
jscomp/tools/ocamlpack*
4041

4142
.idea
@@ -56,6 +57,7 @@ bin/*
5657

5758
# for npm publish
5859
!bin/bsc
60+
!bin/bsppx
5961
!bin/ocaml
6062
!bin/ocamldep
6163
!bin/ocamldep.opt

jscomp/bin/bs_ppx.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Bundled by ocamlpack 08/11-09:55 *)
1+
(** Bundled by ocamlpack 08/11-11:32 *)
22
module String_map : sig
33
#1 "string_map.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
@@ -2902,7 +2902,7 @@ let int32 = "Caml_int32"
29022902
let block = "Block"
29032903
let js_primitive = "Js_primitive"
29042904
let module_ = "Caml_module"
2905-
let version = "0.9.1"
2905+
let version = "0.9.2"
29062906

29072907

29082908
let runtime_set =

0 commit comments

Comments
 (0)