|
1 | 1 | /index.ts(2,7): error TS1340: Module 'pkg' does not refer to a type, but is used as a type here. Did you mean 'typeof import('pkg')'?
|
2 |
| -/index.ts(2,32): error TS1005: '}' expected. |
| 2 | +/index.ts(2,32): error TS1478: Identifier or string literal expected. |
3 | 3 | /index.ts(2,32): error TS2695: Left side of comma operator is unused and has no side effects.
|
4 | 4 | /index.ts(2,55): error TS1005: ';' expected.
|
5 | 5 | /index.ts(2,66): error TS1128: Declaration or statement expected.
|
|
10 | 10 | /index.ts(3,36): error TS1005: ':' expected.
|
11 | 11 | /index.ts(3,70): error TS2339: Property 'ImportInterface' does not exist on type 'Promise<{ default: typeof import("/node_modules/pkg/import"); }>'.
|
12 | 12 | /index.ts(5,34): error TS1340: Module 'pkg' does not refer to a type, but is used as a type here. Did you mean 'typeof import('pkg')'?
|
13 |
| -/index.ts(5,59): error TS1005: '}' expected. |
| 13 | +/index.ts(5,59): error TS1478: Identifier or string literal expected. |
14 | 14 | /index.ts(5,59): error TS2695: Left side of comma operator is unused and has no side effects.
|
15 | 15 | /index.ts(5,82): error TS1005: ';' expected.
|
16 | 16 | /index.ts(5,93): error TS1128: Declaration or statement expected.
|
|
21 | 21 | /index.ts(5,98): error TS2304: Cannot find name 'RequireInterface'.
|
22 | 22 | /index.ts(5,114): error TS1128: Declaration or statement expected.
|
23 | 23 | /index.ts(6,34): error TS1340: Module 'pkg' does not refer to a type, but is used as a type here. Did you mean 'typeof import('pkg')'?
|
24 |
| -/index.ts(6,59): error TS1005: '}' expected. |
| 24 | +/index.ts(6,59): error TS1478: Identifier or string literal expected. |
25 | 25 | /index.ts(6,59): error TS2695: Left side of comma operator is unused and has no side effects.
|
26 | 26 | /index.ts(6,82): error TS1005: ';' expected.
|
27 | 27 | /index.ts(6,92): error TS1128: Declaration or statement expected.
|
|
39 | 39 | ~~~~~~~~~~~~~~~~~~~~~~~~~
|
40 | 40 | !!! error TS1340: Module 'pkg' does not refer to a type, but is used as a type here. Did you mean 'typeof import('pkg')'?
|
41 | 41 | ~~~~
|
42 |
| -!!! error TS1005: '}' expected. |
43 |
| -!!! related TS1007 /index.ts:2:31: The parser expected to find a '}' to match the '{' token here. |
44 |
| -!!! related TS1007 /index.ts:2:21: The parser expected to find a '}' to match the '{' token here. |
| 42 | +!!! error TS1478: Identifier or string literal expected. |
45 | 43 | ~~~~
|
46 | 44 | !!! error TS2695: Left side of comma operator is unused and has no side effects.
|
47 | 45 | ~
|
|
66 | 64 | ~~~~~~~~~~~~~~~~~~~~~~~~~
|
67 | 65 | !!! error TS1340: Module 'pkg' does not refer to a type, but is used as a type here. Did you mean 'typeof import('pkg')'?
|
68 | 66 | ~~~~
|
69 |
| -!!! error TS1005: '}' expected. |
70 |
| -!!! related TS1007 /index.ts:5:58: The parser expected to find a '}' to match the '{' token here. |
71 |
| -!!! related TS1007 /index.ts:5:48: The parser expected to find a '}' to match the '{' token here. |
| 67 | +!!! error TS1478: Identifier or string literal expected. |
72 | 68 | ~~~~
|
73 | 69 | !!! error TS2695: Left side of comma operator is unused and has no side effects.
|
74 | 70 | ~
|
|
91 | 87 | ~~~~~~~~~~~~~~~~~~~~~~~~~
|
92 | 88 | !!! error TS1340: Module 'pkg' does not refer to a type, but is used as a type here. Did you mean 'typeof import('pkg')'?
|
93 | 89 | ~~~~
|
94 |
| -!!! error TS1005: '}' expected. |
95 |
| -!!! related TS1007 /index.ts:6:58: The parser expected to find a '}' to match the '{' token here. |
96 |
| -!!! related TS1007 /index.ts:6:48: The parser expected to find a '}' to match the '{' token here. |
| 90 | +!!! error TS1478: Identifier or string literal expected. |
97 | 91 | ~~~~
|
98 | 92 | !!! error TS2695: Left side of comma operator is unused and has no side effects.
|
99 | 93 | ~
|
|
0 commit comments