We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59220dc commit 06db33bCopy full SHA for 06db33b
.npmignore
@@ -22,6 +22,9 @@ jscomp/**/*
22
!jscomp/stubs/ext_basic_hash_stubs.c
23
ocaml/
24
lib/4.06.1/unstable
25
+lib/4.06.1/*.d
26
+lib/4.06.1/bsdep*
27
+lib/4.06.1/bspp.ml*
28
lib/4.06.1/*.cm*
29
.circleci/
30
native/
scripts/prebuilt.js
@@ -49,7 +49,9 @@ function install() {
49
var others_dir = path.join(jscomp_dir, "others");
50
var ocaml_dir = path.join(lib_dir, "ocaml");
51
var stdlib_dir = path.join(jscomp_dir, "stdlib-406");
52
-
+ if(!fs.existsSync(ocaml_dir)){
53
+ fs.mkdirSync(ocaml_dir)
54
+ }
55
// sync up with cmij_main.ml
56
installDirBy(runtime_dir, ocaml_dir, function(file) {
57
var y = path.parse(file);
0 commit comments