File tree Expand file tree Collapse file tree
javascript/ql/test/library-tests/TypeScript
RegressionTests/ImportSelf Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ underlyingTypeNode
22| foo | Bar | foo.ts:3:1:5:1 | use (instance (member Bar (member exports (module foo)))) |
33| foo | Bar | foo.ts:3:12:3:12 | use (instance (member Bar (member exports (module foo)))) |
44#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 |
57| tst.ts:8:14:8:16 | arg | Base in global scope |
68| tst.ts:8:14:8:16 | arg | Sub in global scope |
Original file line number Diff line number Diff line change 1616| reexport-all-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
1717| reexport-all-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
1818| 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 |
1921| reexport-all-client.ts:11:8:11:16 | ns.Banana | Banana in library-tests/TypeScript/QualifiedNameResolution/export-class.ts |
2022| reexport-named-client.ts:4:9:4:14 | ns.G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
2123| reexport-named-client.ts:5:9:5:11 | G.C | G.C in library-tests/TypeScript/QualifiedNameResolution/namespaces.ts |
2224| 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 |
2327| 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 11| bar.ts:1:10:1:10 | A | any |
22| bar.ts:1:10:1:10 | A | any |
33| 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