Skip to content

Commit 9a99b45

Browse files
committed
(- meta) Adding a package-lock.json, and supporting an opam local-switch
1 parent 752fed9 commit 9a99b45

File tree

3 files changed

+3328
-1
lines changed

3 files changed

+3328
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ _build
4545
.idea
4646
.DS_Store
4747

48+
_opam
4849
node_modules
4950
oxml
5051
test.json
@@ -97,4 +98,4 @@ jscomp/build_tests/*/lib/
9798
*.jsoo.js
9899
*.so
99100
bin/ninja.exe
100-
tmp/
101+
tmp/

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Prerequisites:
1616
# Use the correct opam switch for working on BuckleScript
1717
opam update
1818
opam switch 4.02.3+buckle-master
19+
# or, if you're on opam 2.0, want a local switch just for BuckleScript development,
20+
# opam switch create ./ 4.02.3+buckle-master
1921
opam switch reinstall 4.02.3+buckle-master # do this if you get errors even from a clean compilation
2022
opam install camlp4 cppo
2123
eval `opam config env`

0 commit comments

Comments
 (0)