Commits
User selector
Commit History
Commits on Mar 24, 2020
Convert to async function: handle type arguments to then/catch (#37463)
Show description for 37569d0authoredDo not include global errors in semantic errors from the file (#37545)
Show description for 9f296ceauthored
Commits on Mar 23, 2020
Handle import type and export type in preprocess (#37508)
Show description for 221a2aeauthored
Commits on Mar 20, 2020
Commits on Mar 19, 2020
Handle auto import scenarios when using project references (#37482)
Show description for 5e9c436authoredAllow rich response for compile on save (#37462)
Show description for 7e07a2bauthored
Commits on Mar 18, 2020
Always generate configFileDiag if file is going to be added to configured project (#37443)
Show description for 2df421bauthored
Commits on Mar 17, 2020
Fix `Node#getStart(sourceFile, true)` throwing when node has a js doc and no parent (#37439)
Show description for 48e1745andauthoredFix declaration emit when the packages are included through symlinks (#37438)
Show description for e60bbacandauthored
Commits on Mar 13, 2020
Handle when default project for file is solution with file actually referenced by one of the project references (#37239)
Show description for ba39113authored
Commits on Mar 12, 2020
improve error message TS2307 (#27054)
Show description for e0f6ecdandauthored- authored
- authored
Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state (#37302)
Show description for 1f71016authored
Commits on Mar 11, 2020
Optimize module resolution cache for watch and editor (#37055)
Show description for 1a9c819authoredadd promise.any (#33844)
Show description for 20625a9andauthored
Commits on Mar 9, 2020
Commits on Mar 7, 2020
Reset hasChangedAutomaticTypeDirectiveNames once new program is created (#37266)
Show description for 8dede43authored
Commits on Mar 6, 2020
Merge pull request #37260 from uniqueiniquity/watchFileExistsFix
Show description for 631def8authored- committed
Ben Lichtman
Commits on Mar 5, 2020
Reinstate incorrectly removed esnext.bigint (#37233)
Show description for 458977bauthored
Commits on Mar 4, 2020
add string.prototype.replaceAll (#33845)
Show description for 0a1af90authored
Commits on Mar 3, 2020
Commits on Feb 28, 2020
Hoist initial assignment to exported names in cjs to they are not blocked by bindings made by __exportStar (#37093)
Show description for c6c2c4cauthored
Commits on Feb 26, 2020
Allow --composite false or --composite null on the command line (#36997)
Show description for d07761fauthoredRemove unnecessary assert (since we allow already open file to be opened again even through openFile command - partially) from updateOpen command (#37059)
Show description for 05c9ec3authoredHandle getScriptVersion correctly to ensure program structure is checked correctly (#36808)
Show description for e89df5candauthored
Commits on Feb 25, 2020
Switch Debug.assertX functions to use asserts conditions (#36995)
Show description for 177713eauthored
Commits on Feb 21, 2020
Fix copy-paste error in navigateToItemIsEqualTo (#36912)
Show description for cf24c4fauthored
Commits on Feb 14, 2020
Commits on Feb 12, 2020
Fix getTypeAtLocation for `as const` to not issue a diagnostic (#36741)
Show description for 2b64731authored
Commits on Feb 11, 2020
Commits on Feb 10, 2020
Handle walkThroughSnippet:/ and untitled:/ as dynamic files (#36722)
Show description for 70e6f5bauthored
Commits on Feb 4, 2020
Enable @typescript-eslint/space-before-function-paren, @typescript-eslint/no-unused-expressions (#36569)
Show description for 8c31700authored