Skip to content

Commit cc91f1c

Browse files
committed
wip
1 parent ecbb0ca commit cc91f1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+125
-52
lines changed

lib/es6/Stdlib.js

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function assertEqual(a, b) {
1111
RE_EXN_ID: "Assert_failure",
1212
_1: [
1313
"Stdlib.res",
14-
292,
14+
301,
1515
4
1616
],
1717
Error: new Error()
@@ -20,8 +20,18 @@ function assertEqual(a, b) {
2020

2121
let $$Array;
2222

23+
let $$ArrayBuffer;
24+
25+
let $$AsyncIterator;
26+
27+
let $$BigInt64Array;
28+
29+
let $$BigUint64Array;
30+
2331
let Console;
2432

33+
let $$DataView;
34+
2535
let $$Date;
2636

2737
let Dict;
@@ -30,6 +40,10 @@ let Exn;
3040

3141
let $$Error;
3242

43+
let $$Float32Array;
44+
45+
let $$Float64Array;
46+
3347
let $$Int8Array;
3448

3549
let $$Int16Array;
@@ -60,15 +74,26 @@ let $$Uint16Array;
6074

6175
let $$Uint32Array;
6276

77+
let $$WeakMap;
78+
79+
let $$WeakSet;
80+
6381
let panic = Stdlib_Error.panic;
6482

6583
export {
6684
$$Array,
85+
$$ArrayBuffer,
86+
$$AsyncIterator,
87+
$$BigInt64Array,
88+
$$BigUint64Array,
6789
Console,
90+
$$DataView,
6891
$$Date,
6992
Dict,
7093
Exn,
7194
$$Error,
95+
$$Float32Array,
96+
$$Float64Array,
7297
$$Int8Array,
7398
$$Int16Array,
7499
$$Int32Array,
@@ -84,6 +109,8 @@ export {
84109
$$Uint8ClampedArray,
85110
$$Uint16Array,
86111
$$Uint32Array,
112+
$$WeakMap,
113+
$$WeakSet,
87114
panic,
88115
assertEqual,
89116
}
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.

0 commit comments

Comments
 (0)