Skip to content

Commit 4ecb5ea

Browse files
committed
wip
1 parent f18f7dd commit 4ecb5ea

File tree

64 files changed

+146
-121
lines changed

Some content is hidden

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

64 files changed

+146
-121
lines changed

lib/es6/Stdlib.js

Lines changed: 10 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-
312,
14+
315,
1515
4
1616
],
1717
Error: new Error()
@@ -50,12 +50,18 @@ let $$Float64Array;
5050

5151
let Int;
5252

53+
let $$Intl;
54+
5355
let $$Int8Array;
5456

5557
let $$Int16Array;
5658

5759
let $$Int32Array;
5860

61+
let $$Iterator;
62+
63+
let $$JSON;
64+
5965
let List;
6066

6167
let $$Map;
@@ -119,9 +125,12 @@ export {
119125
$$Float32Array,
120126
$$Float64Array,
121127
Int,
128+
$$Intl,
122129
$$Int8Array,
123130
$$Int16Array,
124131
$$Int32Array,
132+
$$Iterator,
133+
$$JSON,
125134
List,
126135
$$Map,
127136
$$Math,
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)