Skip to content

Commit a69826a

Browse files
committed
snapshot
1 parent ddd05aa commit a69826a

File tree

317 files changed

+17496
-17310
lines changed

Some content is hidden

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

317 files changed

+17496
-17310
lines changed

jscomp/main/builtin_cmj_datasets.ml

+2-2
Large diffs are not rendered by default.

jscomp/test/a_filename_test.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var test_id = {
1414

1515
function eq(loc, x, y) {
1616
test_id.contents = test_id.contents + 1 | 0;
17-
suites.contents = /* :: */{
18-
_0: [
17+
suites.contents = {
18+
hd: [
1919
loc + (" id " + String(test_id.contents)),
2020
(function (param) {
2121
return {
@@ -25,7 +25,7 @@ function eq(loc, x, y) {
2525
};
2626
})
2727
],
28-
_1: suites.contents
28+
tl: suites.contents
2929
};
3030

3131
}

jscomp/test/a_list_test.js

+53-53
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ var suites_0 = [
88
(function (param) {
99
return {
1010
TAG: /* Eq */0,
11-
_0: Ext_list_test.drop(3, /* :: */{
12-
_0: 0,
13-
_1: /* :: */{
14-
_0: 1,
15-
_1: /* :: */{
16-
_0: 2,
17-
_1: /* [] */0
11+
_0: Ext_list_test.drop(3, {
12+
hd: 0,
13+
tl: {
14+
hd: 1,
15+
tl: {
16+
hd: 2,
17+
tl: /* [] */0
1818
}
1919
}
2020
}),
@@ -23,89 +23,89 @@ var suites_0 = [
2323
})
2424
];
2525

26-
var suites_1 = /* :: */{
27-
_0: [
26+
var suites_1 = {
27+
hd: [
2828
"drop1",
2929
(function (param) {
3030
return {
3131
TAG: /* Eq */0,
32-
_0: Ext_list_test.drop(2, /* :: */{
33-
_0: 0,
34-
_1: /* :: */{
35-
_0: 1,
36-
_1: /* :: */{
37-
_0: 2,
38-
_1: /* [] */0
32+
_0: Ext_list_test.drop(2, {
33+
hd: 0,
34+
tl: {
35+
hd: 1,
36+
tl: {
37+
hd: 2,
38+
tl: /* [] */0
3939
}
4040
}
4141
}),
42-
_1: /* :: */{
43-
_0: 2,
44-
_1: /* [] */0
42+
_1: {
43+
hd: 2,
44+
tl: /* [] */0
4545
}
4646
};
4747
})
4848
],
49-
_1: /* :: */{
50-
_0: [
49+
tl: {
50+
hd: [
5151
"flat_map",
5252
(function (param) {
5353
return {
5454
TAG: /* Eq */0,
55-
_0: /* :: */{
56-
_0: 0,
57-
_1: /* :: */{
58-
_0: 0,
59-
_1: /* :: */{
60-
_0: 1,
61-
_1: /* :: */{
62-
_0: 1,
63-
_1: /* :: */{
64-
_0: 0,
65-
_1: /* [] */0
55+
_0: {
56+
hd: 0,
57+
tl: {
58+
hd: 0,
59+
tl: {
60+
hd: 1,
61+
tl: {
62+
hd: 1,
63+
tl: {
64+
hd: 0,
65+
tl: /* [] */0
6666
}
6767
}
6868
}
6969
}
7070
},
7171
_1: Ext_list_test.flat_map((function (x) {
7272
if (x % 2 === 0) {
73-
return /* :: */{
74-
_0: 0,
75-
_1: /* [] */0
73+
return {
74+
hd: 0,
75+
tl: /* [] */0
7676
};
7777
} else {
78-
return /* :: */{
79-
_0: 1,
80-
_1: /* :: */{
81-
_0: 1,
82-
_1: /* [] */0
78+
return {
79+
hd: 1,
80+
tl: {
81+
hd: 1,
82+
tl: /* [] */0
8383
}
8484
};
8585
}
86-
}), /* :: */{
87-
_0: 0,
88-
_1: /* :: */{
89-
_0: 0,
90-
_1: /* :: */{
91-
_0: 3,
92-
_1: /* :: */{
93-
_0: 0,
94-
_1: /* [] */0
86+
}), {
87+
hd: 0,
88+
tl: {
89+
hd: 0,
90+
tl: {
91+
hd: 3,
92+
tl: {
93+
hd: 0,
94+
tl: /* [] */0
9595
}
9696
}
9797
}
9898
})
9999
};
100100
})
101101
],
102-
_1: /* [] */0
102+
tl: /* [] */0
103103
}
104104
};
105105

106-
var suites = /* :: */{
107-
_0: suites_0,
108-
_1: suites_1
106+
var suites = {
107+
hd: suites_0,
108+
tl: suites_1
109109
};
110110

111111
Mt.from_pair_suites("A_list_test", suites);

jscomp/test/a_string_test.js

+40-40
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,39 @@ var suites_0 = [
1010
return {
1111
TAG: /* Eq */0,
1212
_0: Ext_string_test.split(true, "hihi", /* "i" */105),
13-
_1: /* :: */{
14-
_0: "h",
15-
_1: /* :: */{
16-
_0: "h",
17-
_1: /* :: */{
18-
_0: "",
19-
_1: /* [] */0
13+
_1: {
14+
hd: "h",
15+
tl: {
16+
hd: "h",
17+
tl: {
18+
hd: "",
19+
tl: /* [] */0
2020
}
2121
}
2222
}
2323
};
2424
})
2525
];
2626

27-
var suites_1 = /* :: */{
28-
_0: [
27+
var suites_1 = {
28+
hd: [
2929
"split_non_empty",
3030
(function (param) {
3131
return {
3232
TAG: /* Eq */0,
3333
_0: Ext_string_test.split(undefined, "hihi", /* "i" */105),
34-
_1: /* :: */{
35-
_0: "h",
36-
_1: /* :: */{
37-
_0: "h",
38-
_1: /* [] */0
34+
_1: {
35+
hd: "h",
36+
tl: {
37+
hd: "h",
38+
tl: /* [] */0
3939
}
4040
}
4141
};
4242
})
4343
],
44-
_1: /* :: */{
45-
_0: [
44+
tl: {
45+
hd: [
4646
"split_empty",
4747
(function (param) {
4848
return {
@@ -52,28 +52,28 @@ var suites_1 = /* :: */{
5252
};
5353
})
5454
],
55-
_1: /* :: */{
56-
_0: [
55+
tl: {
56+
hd: [
5757
"split_normal",
5858
(function (param) {
5959
return {
6060
TAG: /* Eq */0,
6161
_0: Ext_string_test.split(true, "h i i", /* " " */32),
62-
_1: /* :: */{
63-
_0: "h",
64-
_1: /* :: */{
65-
_0: "i",
66-
_1: /* :: */{
67-
_0: "i",
68-
_1: /* [] */0
62+
_1: {
63+
hd: "h",
64+
tl: {
65+
hd: "i",
66+
tl: {
67+
hd: "i",
68+
tl: /* [] */0
6969
}
7070
}
7171
}
7272
};
7373
})
7474
],
75-
_1: /* :: */{
76-
_0: [
75+
tl: {
76+
hd: [
7777
"split_by",
7878
(function (param) {
7979
return {
@@ -87,31 +87,31 @@ var suites_1 = /* :: */{
8787
return x === /* "\t" */9;
8888
}
8989
}), "h hgso hgso \t hi")),
90-
_1: /* :: */{
91-
_0: "h",
92-
_1: /* :: */{
93-
_0: "hgso",
94-
_1: /* :: */{
95-
_0: "hgso",
96-
_1: /* :: */{
97-
_0: "hi",
98-
_1: /* [] */0
90+
_1: {
91+
hd: "h",
92+
tl: {
93+
hd: "hgso",
94+
tl: {
95+
hd: "hgso",
96+
tl: {
97+
hd: "hi",
98+
tl: /* [] */0
9999
}
100100
}
101101
}
102102
}
103103
};
104104
})
105105
],
106-
_1: /* [] */0
106+
tl: /* [] */0
107107
}
108108
}
109109
}
110110
};
111111

112-
var suites = /* :: */{
113-
_0: suites_0,
114-
_1: suites_1
112+
var suites = {
113+
hd: suites_0,
114+
tl: suites_1
115115
};
116116

117117
Mt.from_pair_suites("A_string_test", suites);

jscomp/test/and_or_tailcall_test.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ var suites_0 = [
4141
})
4242
];
4343

44-
var suites_1 = /* :: */{
45-
_0: [
44+
var suites_1 = {
45+
hd: [
4646
"or_tail",
4747
(function (param) {
4848
return {
@@ -52,12 +52,12 @@ var suites_1 = /* :: */{
5252
};
5353
})
5454
],
55-
_1: /* [] */0
55+
tl: /* [] */0
5656
};
5757

58-
var suites = /* :: */{
59-
_0: suites_0,
60-
_1: suites_1
58+
var suites = {
59+
hd: suites_0,
60+
tl: suites_1
6161
};
6262

6363
Mt.from_pair_suites("And_or_tailcall_test", suites);

jscomp/test/argv_test.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ var arg_spec_0 = [
2525
" Compile"
2626
];
2727

28-
var arg_spec_1 = /* :: */{
29-
_0: [
28+
var arg_spec_1 = {
29+
hd: [
3030
"-d",
3131
{
3232
TAG: /* Clear */3,
3333
_0: test
3434
},
3535
" Test"
3636
],
37-
_1: /* [] */0
37+
tl: /* [] */0
3838
};
3939

40-
var arg_spec = /* :: */{
41-
_0: arg_spec_0,
42-
_1: arg_spec_1
40+
var arg_spec = {
41+
hd: arg_spec_0,
42+
tl: arg_spec_1
4343
};
4444

4545
Arg.parse(arg_spec, anno_fun, usage_msg);

0 commit comments

Comments
 (0)