Commits
User selector
Commit History
Commits on Jul 21, 2020
switch typeof any could be checked for unreachable (#39389)
Show description for 5484687authoredConsistent errors on circular base types (#39675)
Show description for 94d6b45authored
Commits on Jul 15, 2020
Better error message for unparenthesized function/constructor type notation in union/intersection types (#39570)
Show description for b6f09ccauthoredDo not resolve require calls in typescript files even if it contains dynamic import (#39617)
Show description for 37e6e27authored- authored
- authored
Commits on Jul 13, 2020
Merge branch 'master' into fix37113
Show description for 5ad8532committed
Commits on Jul 10, 2020
Remove object literal freshness in control flow based array types (#39518)
Show description for c335aadauthored
Commits on Jul 9, 2020
Commits on Jul 8, 2020
Commits on Jul 7, 2020
- authored
Don't narrow against unions of constructor functions with instanceof (#38099)
Show description for 6ebd73cauthored
Orta Therox
Commits on Jul 3, 2020
Fix control flow analysis for nested try-catch-finally statements (#39399)
Show description for 2fe2f88authored
Commits on Jun 30, 2020
Commits on Jun 26, 2020
not narrow static property without type annotation in constructor. (#39252)
Show description for 4601a78authored
Commits on Jun 24, 2020
Handle recursive type references up to a certain level of expansion in inference (#38011)
Show description for a3ee09dauthored- authored
- authored
Commits on Jun 23, 2020
Merge pull request #37907 from Jack-Works/feat/class-to-classname
Show description for e6aedfdauthored
Commits on Jun 22, 2020
Update bigint declaration file (#38526)
Show description for d76e85dandauthored
Commits on Jun 19, 2020
- committed
Commits on Jun 18, 2020
- authored
Noj Vek
Commits on Jun 17, 2020
Add a type-guard overload of Array.every (#38200)
Show description for 0bc29acandauthoredSmall fix in `getObjectLiteralIndexInfo`
Show description for 7611579committed- committed
Commits on Jun 15, 2020
Fix crash when serializing the return type of a generic call to Array.prototype.flat (#38904)
Show description for 6a777ffauthored
Commits on Jun 13, 2020
Small fix in `getIsContextSensitiveAssignmentOrContextType`
Show description for 0432954committedSimplify `visitObjectLiteralExpression`
Show description for 8231519committedFix handling of `aruments` in the emitter
Show description for f447838committedFix declaration emit for property references of imported object literal types (#39055)
Show description for b63ea4bauthored
Commits on Jun 10, 2020
Allow `e: unknown` in `catch` arguments
Show description for ffa35d3committedSerialize (noncontextual) keyword named namespace members with export declarations in both declaration emitters (#38982)
Show description for 08cb0b2andauthored