1
1
classDeclaration
2
2
| test.vue:3:18:5:3 | class M ... er;\\n } |
3
+ | test_tsx.vue:3:18:5:3 | class M ... er;\\n } |
3
4
exprType
4
5
| htmlfile.html:4:22:4:24 | foo | () => void |
5
6
| htmlfile.html:4:22:4:24 | foo | () => void |
@@ -10,17 +11,28 @@ exprType
10
11
| htmlfile.html:5:26:5:42 | foo() as number[] | number[] |
11
12
| other.ts:1:8:1:16 | Component | typeof default in library-tests/TypeScript/EmbeddedInScript/test.vue |
12
13
| other.ts:1:23:1:34 | "./test.vue" | any |
13
- | other.ts:3:1:3:15 | new Component() | MyComponent |
14
- | other.ts:3:5:3:13 | Component | typeof default in library-tests/TypeScript/EmbeddedInScript/test.vue |
15
- | other.ts:5:17:5:19 | foo | () => void |
14
+ | other.ts:2:8:2:19 | ComponentTsx | typeof default in library-tests/TypeScript/EmbeddedInScript/test_tsx.vue |
15
+ | other.ts:2:26:2:41 | "./test_tsx.vue" | any |
16
+ | other.ts:4:1:4:15 | new Component() | MyComponent |
17
+ | other.ts:4:5:4:13 | Component | typeof default in library-tests/TypeScript/EmbeddedInScript/test.vue |
18
+ | other.ts:5:1:5:18 | new ComponentTsx() | MyComponentTsx |
19
+ | other.ts:5:5:5:16 | ComponentTsx | typeof default in library-tests/TypeScript/EmbeddedInScript/test_tsx.vue |
20
+ | other.ts:7:17:7:19 | foo | () => void |
16
21
| test.vue:2:15:2:19 | other | typeof library-tests/TypeScript/EmbeddedInScript/other.ts |
17
22
| test.vue:2:26:2:34 | "./other" | any |
18
23
| test.vue:3:24:3:34 | MyComponent | MyComponent |
19
24
| test.vue:4:7:4:7 | x | number |
25
+ | test_tsx.vue:2:15:2:19 | other | typeof library-tests/TypeScript/EmbeddedInScript/other.ts |
26
+ | test_tsx.vue:2:26:2:34 | "./other" | any |
27
+ | test_tsx.vue:3:24:3:37 | MyComponentTsx | MyComponentTsx |
28
+ | test_tsx.vue:4:7:4:7 | x | number |
20
29
symbols
21
- | other.ts:1:1:6 :0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/other.ts |
30
+ | other.ts:1:1:8 :0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/other.ts |
22
31
| test.vue:2:3:6:0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/test.vue |
32
+ | test_tsx.vue:2:3:6:0 | <toplevel> | library-tests/TypeScript/EmbeddedInScript/test_tsx.vue |
23
33
importTarget
24
- | htmlfile.html:4:13:4:42 | import ... other"; | other.ts:1:1:6 :0 | <toplevel> |
34
+ | htmlfile.html:4:13:4:42 | import ... other"; | other.ts:1:1:8 :0 | <toplevel> |
25
35
| other.ts:1:1:1:35 | import ... t.vue"; | test.vue:2:3:6:0 | <toplevel> |
26
- | test.vue:2:3:2:35 | import ... other"; | other.ts:1:1:6:0 | <toplevel> |
36
+ | other.ts:2:1:2:42 | import ... x.vue"; | test_tsx.vue:2:3:6:0 | <toplevel> |
37
+ | test.vue:2:3:2:35 | import ... other"; | other.ts:1:1:8:0 | <toplevel> |
38
+ | test_tsx.vue:2:3:2:35 | import ... other"; | other.ts:1:1:8:0 | <toplevel> |
0 commit comments