Skip to content

Commit

Permalink
checking in place hodler for bsppx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongbo Zhang committed Aug 11, 2016
1 parent 93b8040 commit 985ab2c
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 253 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ _build

bsc
bscc
bsppx
jscomp/tools/ocamlpack*

.idea
Expand All @@ -56,6 +57,7 @@ bin/*

# for npm publish
!bin/bsc
!bin/bsppx
!bin/ocaml
!bin/ocamldep
!bin/ocamldep.opt
Expand Down
4 changes: 2 additions & 2 deletions jscomp/bin/bs_ppx.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(** Bundled by ocamlpack 08/11-09:55 *)
(** Bundled by ocamlpack 08/11-11:32 *)
module String_map : sig
#1 "string_map.mli"
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
Expand Down Expand Up @@ -2902,7 +2902,7 @@ let int32 = "Caml_int32"
let block = "Block"
let js_primitive = "Js_primitive"
let module_ = "Caml_module"
let version = "0.9.1"
let version = "0.9.2"


let runtime_set =
Expand Down

0 comments on commit 985ab2c

Please sign in to comment.