We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799d92b commit a446c54Copy full SHA for a446c54
javascript/ql/test/library-tests/TypeScript/RegressionTests/GenericTypeAlias/test.expected
@@ -0,0 +1,15 @@
1
+typeAliases
2
+| tst.ts:1:8:1:41 | type Fo ... R \| A>; |
3
+| tst.ts:3:8:3:42 | type Ba ... R, A]>; |
4
+| tst.ts:5:8:5:47 | type Ba ... => A>; |
5
+typeAliasType
6
+| tst.ts:1:8:1:41 | type Fo ... R \| A>; | Foo<R> |
7
+| tst.ts:3:8:3:42 | type Ba ... R, A]>; | Bar<R> |
8
+| tst.ts:5:8:5:47 | type Ba ... => A>; | Baz<R> |
9
+getAliasedType
10
+| Bar<R> | <A>() => Bar<[R, A]> |
11
+| Bar<[R, A]> | <A>() => Bar<[[R, A], A]> |
12
+| Baz<(x: R) => A> | <A>() => Baz<(x: (x: R) => A) => A> |
13
+| Baz<R> | <A>() => Baz<(x: R) => A> |
14
+| Foo<R \| A> | <A>() => Foo<R \| A> |
15
+| Foo<R> | <A>() => Foo<R \| A> |
0 commit comments