mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
@@ -0,0 +1 @@
|
||||
| tst.ts:1:1:1:61 | type Fo ... : never | tst.ts:1:15:1:61 | T exten ... : never |
|
||||
@@ -0,0 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from TypeAliasDeclaration decl
|
||||
select decl, decl.getDefinition()
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"include": ["."]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
type Foo<T> = T extends (a, ...b: infer U) => any ? U : never
|
||||
Reference in New Issue
Block a user