File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ caml_hash.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe caml_obj_extern.cmj
10
10
caml_hash_primitive.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe
11
11
caml_int32.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe
12
12
caml_int64.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe js.cmj
13
- caml_io.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe
13
+ caml_io.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe caml_undefined_extern.cmj
14
14
caml_lexer.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe
15
15
caml_md5.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe
16
16
caml_missing_polyfill.cmi : bs_stdlib_mini.cmi ../../lib/bsc.exe
Original file line number Diff line number Diff line change 25
25
26
26
27
27
28
-
28
+ let stdin = Caml_undefined_extern. empty
29
29
let stderr = Caml_undefined_extern. empty
30
30
31
31
type out_channel = {
Original file line number Diff line number Diff line change 1
1
2
2
3
+ (* not complaining for JS tools *)
4
+ val stdin : 'a Caml_undefined_extern .t
3
5
type out_channel
4
6
5
7
val stdout : out_channel
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ function caml_ml_out_channels_list(param) {
74
74
] ;
75
75
}
76
76
77
+ var stdin = undefined ;
78
+
79
+ exports . stdin = stdin ;
77
80
exports . stdout = stdout ;
78
81
exports . stderr = stderr ;
79
82
exports . caml_ml_flush = caml_ml_flush ;
You can’t perform that action at this time.
0 commit comments