|
1 | | -t2.ts(1,10): error TS2304: Cannot find name 'x'. |
2 | | -t2.ts(1,13): error TS2304: Cannot find name 'from'. |
3 | | -t2.ts(2,5): error TS1005: ',' expected. |
4 | | -t3.ts(1,10): error TS2304: Cannot find name 'from'. |
5 | | -t3.ts(2,5): error TS1005: ',' expected. |
6 | | -t4.ts(1,10): error TS2304: Cannot find name 'x'. |
| 1 | +t2.ts(1,13): error TS1005: '}' expected. |
| 2 | +t3.ts(1,10): error TS1005: '}' expected. |
7 | 3 | t4.ts(1,17): error TS1005: ',' expected. |
8 | | -t4.ts(1,17): error TS2304: Cannot find name 'from'. |
9 | | -t4.ts(2,5): error TS1005: ',' expected. |
10 | | -t5.ts(1,10): error TS2304: Cannot find name 'x'. |
11 | | -t5.ts(1,18): error TS2304: Cannot find name 'from'. |
12 | | -t5.ts(2,5): error TS1005: ',' expected. |
| 4 | +t5.ts(1,18): error TS1005: '}' expected. |
13 | 5 |
|
14 | 6 |
|
15 | 7 | ==== t1.ts (0 errors) ==== |
16 | 8 | export var x = "x"; |
17 | 9 |
|
18 | | -==== t2.ts (3 errors) ==== |
| 10 | +==== t2.ts (1 errors) ==== |
19 | 11 | export { x, from |
20 | | - ~ |
21 | | -!!! error TS2304: Cannot find name 'x'. |
22 | 12 | ~~~~ |
23 | | -!!! error TS2304: Cannot find name 'from'. |
| 13 | +!!! error TS1005: '}' expected. |
24 | 14 | "./t1"; |
25 | | - ~~~~~~ |
26 | | -!!! error TS1005: ',' expected. |
27 | 15 |
|
28 | | -==== t3.ts (2 errors) ==== |
| 16 | +==== t3.ts (1 errors) ==== |
29 | 17 | export { from |
30 | 18 | ~~~~ |
31 | | -!!! error TS2304: Cannot find name 'from'. |
| 19 | +!!! error TS1005: '}' expected. |
32 | 20 | "./t1"; |
33 | | - ~~~~~~ |
34 | | -!!! error TS1005: ',' expected. |
35 | 21 |
|
36 | | -==== t4.ts (4 errors) ==== |
| 22 | +==== t4.ts (1 errors) ==== |
37 | 23 | export { x as a from |
38 | | - ~ |
39 | | -!!! error TS2304: Cannot find name 'x'. |
40 | 24 | ~~~~ |
41 | 25 | !!! error TS1005: ',' expected. |
42 | | - ~~~~ |
43 | | -!!! error TS2304: Cannot find name 'from'. |
44 | 26 | "./t1"; |
45 | | - ~~~~~~ |
46 | | -!!! error TS1005: ',' expected. |
47 | 27 |
|
48 | | -==== t5.ts (3 errors) ==== |
| 28 | +==== t5.ts (1 errors) ==== |
49 | 29 | export { x as a, from |
50 | | - ~ |
51 | | -!!! error TS2304: Cannot find name 'x'. |
52 | 30 | ~~~~ |
53 | | -!!! error TS2304: Cannot find name 'from'. |
54 | | - "./t1"; |
55 | | - ~~~~~~ |
56 | | -!!! error TS1005: ',' expected. |
| 31 | +!!! error TS1005: '}' expected. |
| 32 | + "./t1"; |
0 commit comments