File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
javascript/ql/test/library-tests/TypeScript
RegressionTests/ImportSelf Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ underlyingTypeNode
2
2
| foo | Bar | foo.ts:3:1:5:1 | use (instance (member Bar (member exports (module foo)))) |
3
3
| foo | Bar | foo.ts:3:12:3:12 | use (instance (member Bar (member exports (module foo)))) |
4
4
#select
5
+ | foo.ts:3:12:3:12 | x | foo.Bar in unknown scope |
6
+ | foo.ts:4:10:4:10 | x | foo.Bar in unknown scope |
5
7
| tst.ts:8:14:8:16 | arg | Base in global scope |
6
8
| tst.ts:8:14:8:16 | arg | Sub in global scope |
Original file line number Diff line number Diff line change 16
16
| reexport-all-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
17
17
| reexport-all-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
18
18
| reexport-all-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
19
+ | reexport-all-client.ts:8:8:8:10 | D.F | D.F in unknown scope |
20
+ | reexport-all-client.ts:9:8:9:13 | ns.D.F | ns.D.F in unknown scope |
19
21
| reexport-all-client.ts:11:8:11:16 | ns.Banana | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
20
22
| reexport-named-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
21
23
| reexport-named-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
22
24
| reexport-named-client.ts:6:9:6:13 | G.J.C | G.J.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
25
+ | reexport-named-client.ts:8:8:8:10 | X.F | X.F in unknown scope |
26
+ | reexport-named-client.ts:9:8:9:13 | ns.X.F | ns.X.F in unknown scope |
23
27
| reexport-named-client.ts:11:9:11:9 | Y | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
Original file line number Diff line number Diff line change 1
1
| bar.ts:1:10:1:10 | A | any |
2
2
| bar.ts:1:10:1:10 | A | any |
3
3
| bar.ts:1:19:1:29 | "@blah/foo" | any |
4
- | bar.ts:3:5:3:5 | x | any |
4
+ | bar.ts:3:5:3:5 | x | A |
You can’t perform that action at this time.
0 commit comments