Skip to content

Commit 91dea13

Browse files
committed
Add examples and test JS output to git, so they can be monitored for accidental changes
1 parent 26eba55 commit 91dea13

13 files changed

+770
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
.merlin
33
.bsb.lock
44
npm-debug.log
5-
/lib/
5+
/lib/bs
6+
/lib/js/src
67
/node_modules/
78
bsb
8-
*.bs.js
99
package-lock.json
10-
1110
src/ScratchRe.re
1211
src/ScratchMl.ml

lib/js/examples/StreamTextToFile.bs.js

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/test/atomic/BigInt.test.bs.js

Lines changed: 199 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/test/atomic/BinaryLike.test.bs.js

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)