1
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C1.ts ===
1
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C1.ts ===
2
2
class C1 {
3
3
>C1 : Symbol(C1, Decl(C1.ts, 0, 0))
4
4
5
5
async * f() {
6
6
>f : Symbol(C1.f, Decl(C1.ts, 0, 10))
7
7
}
8
8
}
9
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C2.ts ===
9
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C2.ts ===
10
10
class C2 {
11
11
>C2 : Symbol(C2, Decl(C2.ts, 0, 0))
12
12
@@ -17,7 +17,7 @@ class C2 {
17
17
>x : Symbol(x, Decl(C2.ts, 2, 13))
18
18
}
19
19
}
20
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C3.ts ===
20
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C3.ts ===
21
21
class C3 {
22
22
>C3 : Symbol(C3, Decl(C3.ts, 0, 0))
23
23
@@ -28,7 +28,7 @@ class C3 {
28
28
>x : Symbol(x, Decl(C3.ts, 2, 13))
29
29
}
30
30
}
31
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C4.ts ===
31
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C4.ts ===
32
32
class C4 {
33
33
>C4 : Symbol(C4, Decl(C4.ts, 0, 0))
34
34
@@ -39,7 +39,7 @@ class C4 {
39
39
>x : Symbol(x, Decl(C4.ts, 2, 13))
40
40
}
41
41
}
42
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C5.ts ===
42
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C5.ts ===
43
43
class C5 {
44
44
>C5 : Symbol(C5, Decl(C5.ts, 0, 0))
45
45
@@ -50,7 +50,7 @@ class C5 {
50
50
>x : Symbol(x, Decl(C5.ts, 2, 13))
51
51
}
52
52
}
53
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C6.ts ===
53
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C6.ts ===
54
54
class C6 {
55
55
>C6 : Symbol(C6, Decl(C6.ts, 0, 0))
56
56
@@ -61,7 +61,7 @@ class C6 {
61
61
>x : Symbol(x, Decl(C6.ts, 2, 13))
62
62
}
63
63
}
64
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C7.ts ===
64
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C7.ts ===
65
65
class C7 {
66
66
>C7 : Symbol(C7, Decl(C7.ts, 0, 0))
67
67
@@ -71,7 +71,7 @@ class C7 {
71
71
return 1;
72
72
}
73
73
}
74
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C8.ts ===
74
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C8.ts ===
75
75
class C8 {
76
76
>C8 : Symbol(C8, Decl(C8.ts, 0, 0))
77
77
@@ -87,7 +87,7 @@ class C8 {
87
87
>g : Symbol(C8.g, Decl(C8.ts, 0, 10))
88
88
}
89
89
}
90
- === tests/cases/conformance/emitter/esnext /asyncGenerators/C9.ts ===
90
+ === tests/cases/conformance/emitter/es2018 /asyncGenerators/C9.ts ===
91
91
class B9 {
92
92
>B9 : Symbol(B9, Decl(C9.ts, 0, 0))
93
93
0 commit comments