Commits
User selector
Commit history
Commits on Nov 21, 2019
- authored
- authored
Add inference priority level for conditional types in contravariant positions (#35199)
Show description for 94d4023authoredFix printing and emit for definite assignment assertions (#35095)
Show description for 614a07cauthoredMap stale empty object type in union into fresh empty object type after spread is complete (#34839)
Show description for a6d44aaauthored
Commits on Nov 20, 2019
Fix the usage of pattern matching in module resolution for check of hasZeroOrOneAsteriskCharacter (#35209)
Show description for 0e736a7authoredFix crash with Object.defineProperty for imported alias (--allowJs) (#35198)
Show description for 17f5469authored andcommitted
Commits on Nov 19, 2019
Fix check for `get`/`set` recommendation (#34885)
Show description for b50b9e0authoredfix emit for delete on optional chain (#35090)
Show description for fce728eandcommitted
Commits on Nov 18, 2019
Properly strip readonly from rest argument types (#35169)
Show description for 8b83703authored
Commits on Nov 15, 2019
Fix excess property checking for unions with index signatures (#34927)
Show description for 196c0aaauthoredFix #35060 (#35065)
Show description for 3bcea0dauthored andcommitteddisallow 'await' and 'yield' in property and enum member initializer (#34892)
Show description for 5321dcbauthored andcommittedoptimize transform of optional chaining and nullish coalescing (#34951)
Show description for 8f40ac0authored andcommitted
Commits on Nov 14, 2019
Adds 'did you mean' to the CLI args parser (#35063)
Show description for ef0cca7authored
Orta
Commits on Nov 13, 2019
Properly analyze switch statement bypass control flow (#35087)
Show description for 38db7aeauthored
Commits on Nov 12, 2019
- authored
Fix import type resolution in jsdoc, mark 2 (#35057)
Show description for f334476authoredstrip QuestionToken from MethodDeclaration and PropertyDeclaration emit (#34954)
Show description for 94f8590authored andcommitted
Commits on Nov 9, 2019
Defer switch exhaustiveness checks (#35000)
Show description for 3a5230aauthored
Commits on Nov 7, 2019
- authored
Add "auto" to importModuleSpecifierPreference (#34981)
Show description for 4cbace7authored
Commits on Nov 5, 2019
Fix control flow analysis in try-catch-finally (#34880)
Show description for 1c42c1aauthoredFix switch statement exhaustiveness checking (#34840)
Show description for 95be956authoredProperly instantiate object types created from rest parameters (#34826)
Show description for 966d986authored- authored andcommitted
Commits on Nov 4, 2019
Add related diagnostic to "used before defined" if type is a function that returns a union with undefined (#33171)
Show description for be960faauthored andcommitted
Improve error message when compiling a .js file (#34861)
Show description for 9a3ec5fauthored andcommitted
Commits on Nov 1, 2019
Propagate 'undefined' instead of the optional type marker at an optional chain boundary (#34588)
Show description for ba5e86fandauthored
Commits on Oct 31, 2019
Exclude types originating in literals from recursion depth limiter check (#34742)
Show description for 9ff378aauthored
Commits on Oct 30, 2019
Report generic rest parameters as unreliable variance positions (#33020)
Show description for 7b02c63authored- authored
Generate more correct property name nodes in declaration emit (#34741)
Show description for 8b7664aauthoredFix alias naming and structure bugs in js declarations (#34786)
Show description for d28672dauthored- authored