Commits
User selector
Commit History
Commits on Jul 29, 2020
- committed
- committed
Commits on Jul 27, 2020
Undo accidental change from #39772 (#39779)
Show description for 1f1521cauthoredAdd contextual type for generator return type (#39772)
Show description for 68ba670authored
Commits on Jul 24, 2020
Handle unresolved baseType when trying to get completions for static member (#39731)
Show description for 48e58f4andauthoredLower priority for speculative variadic tuple inferences (#39723)
Show description for c5d21e7authored
Commits on Jul 22, 2020
Make AutoImportProviderProject work with symlinked monorepos (#39679)
Show description for ec33814andauthoredFix emit/formatting issues in refactors (#39506)
Show description for b834096authoredFix 38219: signature helper works for optional function condition. (#39672)
Show description for e76d172andauthoredFix 31995: make cached key more precise to avoid returning wrong cached value. (#39670)
Show description for 8a05707authorednot escape unicode char for import path string. (#39463)
Show description for 294a040authored
Commits on Jul 21, 2020
Add disableReferencedProjectLoad to stop loading child projects to allow users to disable loading large solutions (#39593)
Show description for e92afacauthoredswitch typeof any could be checked for unreachable (#39389)
Show description for 5484687authoredfix 39453 (#39579)
Show description for d897646authoredConsistent errors on circular base types (#39675)
Show description for 94d6b45authored
Commits on Jul 20, 2020
Properly preserve numeric string named properties in declaration files (#39658)
Show description for 5ae4b5dauthored
Commits on Jul 17, 2020
Triple slash references must resolve against the resolved file name (.d.ts and not original source file) since they are rewritten in the .d.ts emit (#39645)
Show description for 3b22339authored- authored
- authored
Commits on Jul 16, 2020
- authored
- authored
Support variadic tuple inference from trailing optional to non-optional (#39614)
Show description for db79030authored
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
Fix incorrect deprecated mark (#39611)
Show description for 7b72875authored- authored
- authored
Commits on Jul 14, 2020
- authored
Fix tsc --watch crash on module augmentations when module resolution changes (#39604)
Show description for 98ab3a7authoredAdd refactor convertToOptionalChainExpression (#39135)
Show description for 1702238andauthoredMerge pull request #37029 from armanio123/AddToggleCommentFeature
Show description for 6279f98authoredFix find-all-references on undefined (#39591)
Show description for 3c91133authored
Commits on Jul 13, 2020
- committed
Armando Aguirre