Commits
User selector
Commit History
Commits on Sep 24, 2021
`moduleResolution: node12` support (#45884)
Show description for 586b0d5authored
Commits on Jun 21, 2021
`getEditsForFileRename`: fix `updateTsconfigFiles` w/ empty `include`
Show description for 9e28452committed
Commits on Mar 1, 2021
Add undefined to Symbol.declarations' type (#42975)
Show description for aa67b16authored
Commits on Dec 22, 2020
Commits on Jun 18, 2020
fix rename cause import change wrongly (#38462)
Show description for 8293e51authored
Commits on Jun 16, 2020
Refactor node factory API, use node factory in parser (#35282)
Show description for eb3645fauthored
Commits on Mar 17, 2020
Fix declaration emit when the packages are included through symlinks (#37438)
Show description for e60bbacandauthored
Commits on Feb 25, 2020
Switch Debug.assertX functions to use asserts conditions (#36995)
Show description for 177713eauthored
Commits on Nov 20, 2019
Make `getSourceFileToImportFromResolved` prefer files in `program.getSourceFiles()`
Show description for 77ec756committed
Commits on Sep 26, 2019
Add semicolon preference to formatter options (#33402)
Show description for 7d9b22eauthored
Commits on Aug 8, 2019
Commits on Jan 8, 2019
There is no need to check for file presence when trying to rename imports based on file rename
Show description for 08f738fcommitted
Commits on Nov 9, 2018
Commits on Nov 7, 2018
Fix the issue with file being included in the referencing project on rename when it wasnt included earlier
Show description for 1d87250committed
Commits on Oct 17, 2018
Commits on Oct 9, 2018
Commits on Sep 13, 2018
Commits on Sep 5, 2018
Remove duplicate function createTextRange (#23346)
Show description for bcb815bauthored
Andy- committed
Commits on Aug 28, 2018
getEditsForFileRename: Avoid changing import specifier ending (#26177)
Show description for b94061cauthored
Andy
Commits on Aug 1, 2018
importFixes: When one file redirects to another, consider both for global import specifiers (#25834)
Show description for 9c9f3e3authored
Andy
Commits on Jul 12, 2018
mapTextChangesToCodeEditsUsingScriptInfo: Handle tsconfig.json text change (#25586)
Show description for af412e3authored
Andy
Commits on Jul 10, 2018
getEditsForFileRename: Handle all projects and source-mapped files (#25522)
Show description for e9e5ebeauthored
Andy
Commits on Jul 3, 2018
Canonicalize path before calling `startsWith` (#25364)
Show description for 304d45dauthored
Andy
Commits on Jun 26, 2018
Commits on Jun 22, 2018
Commits on Jun 21, 2018
Commits on Jun 14, 2018
getEditsForFileRename: Don't update unrelated import (#24961)
Show description for 7a1d75cauthored
Andy
Commits on Jun 5, 2018
Use more nodelike paths for import types when possible (#24610)
Show description for d9b9390authored
Commits on Jun 1, 2018
getEditsForFileRename: Support directory rename (#24305)
Show description for d671c7aauthored
Andy
Commits on May 23, 2018
Merge pull request #24328 from Microsoft/getEditsForFileRename_oldFileStillPresent
Show description for dd6dc5eauthored
Commits on May 22, 2018
Enable '--strictNullChecks' (#22088)
Show description for e53e56cauthored
Andy- committed
Andy Hanson - committed
Andy Hanson
Commits on May 18, 2018
getEditsForFileRename: Do fresh module resolution instead of relying on cache (#24211)
Show description for 4c22bf7authored
Andy