Skip to content

Commit eef3905

Browse files
committed
update expected output. The TypeScript compiler now emits types in more cases
1 parent 9ce248c commit eef3905

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

javascript/ql/test/library-tests/TypeScript/HasUnderlyingType/HasUnderlyingType.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

javascript/ql/test/library-tests/TypeScript/QualifiedNameResolution/ResolveTypeName.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
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 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 |

0 commit comments

Comments
 (0)