Skip to content

Commit 945e7b9

Browse files
authored
Merge pull request #648 from bloomberg/reason_parser
experimental support for reason
2 parents d476e67 + 46a43cb commit 945e7b9

14 files changed

+90420
-285
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
jscomp/js_cmj_datasets.ml binary
2-
jscomp/bin/compiler.ml binary
2+
jscomp/bin/compiler.ml binary
3+
jscomp/bin/reason.ml binary

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "ocaml"]
22
path = ocaml
33
url = https://github.com/bloomberg/ocaml
4+
[submodule "reason"]
5+
path = reason
6+
url = https://github.com/facebook/reason

jscomp/bin/config.ml

Lines changed: 0 additions & 143 deletions
This file was deleted.

jscomp/bin/config.mli

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)