Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 8, 2020
1 parent 208e2e3 commit 5119a4c
Show file tree
Hide file tree
Showing 92 changed files with 2,386 additions and 2,799 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules/
lib/
dist/
*/lib/
*/dist/
.merlin
.bsb.lock
*.bs.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"refmt": 3,
"bsc-flags": ["-open Belt"],
"ppx-flags": ["../re-formality/_build/default/bin/bin.exe"],
"ppx-flags": ["../lib/_build/default/bin/bin.exe"],
"package-specs": {
"module": "es6",
"in-source": true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions lib/bin/Bin.re
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ppxlib.Driver.run_as_ppx_rewriter();
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit 5119a4c

Please sign in to comment.