Merge pull request #4186 from github/rc/1.25

Mergeback: 1.25 -> main
This commit is contained in:
Asger F
2020-09-02 15:12:25 +01:00
committed by GitHub
72 changed files with 732 additions and 424 deletions

View File

@@ -0,0 +1 @@
| tst.ts:1:1:1:61 | type Fo ... : never | tst.ts:1:15:1:61 | T exten ... : never |

View File

@@ -0,0 +1,4 @@
import javascript
from TypeAliasDeclaration decl
select decl, decl.getDefinition()

View File

@@ -0,0 +1,3 @@
{
"include": ["."]
}

View File

@@ -0,0 +1 @@
type Foo<T> = T extends (a, ...b: infer U) => any ? U : never