TypeScript/src/compiler
Ryan Cavanaugh 2b69b2281a
Properly handle both special export forms when renaming (#36914)
* Properly handle both special export forms when renaming

Fixes #36713

* Lint
2020-02-24 13:17:02 -08:00
..
transformers Fix class emit in converted loop body (#36795) 2020-02-24 10:55:13 -08:00
binder.ts add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
builder.ts Add assumeChangesOnlyAffectDirectDependencies as a option to skip checking and generating .d.ts files for files indirectly importing affected file (#35711) 2020-01-03 13:02:45 -08:00
builderPublic.ts Baselining tsc --watch output just like tsc baselines for easier updates (#35710) 2019-12-18 10:23:58 -08:00
builderState.ts Use resolvedPath consistently in the builder (#35757) 2019-12-19 10:10:17 -08:00
builderStatePublic.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
checker.ts Add elaboration & quickfix for async-able arrow function (#36342) 2020-02-21 15:51:02 -08:00
commandLineParser.ts Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -08:00
core.ts Unify padding impls and consistently use them 2020-02-19 17:21:51 -08:00
corePublic.ts Update versionMajorMinor to match package.json 2020-02-11 15:34:17 -08:00
debug.ts Show all matching enum flags in debug flag formatter (#34689) 2019-10-25 16:27:24 -07:00
diagnosticMessages.json Error when property is specified more than once via a spread (#36727) 2020-02-11 10:23:15 -08:00
emitter.ts Fix crash in emitTokenWithComment (#36542) 2020-01-31 10:41:09 -08:00
factory.ts Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
factoryPublic.ts add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
moduleNameResolver.ts Fix potential leaks in checker (#36491) 2020-01-28 16:48:28 -08:00
moduleSpecifiers.ts Handle invalid package.json typings fields when generating specifiers (#36137) 2020-01-10 14:51:23 -08:00
parser.ts Set correct pos for NamespaceExport (#36794) 2020-02-14 12:45:26 -08:00
path.ts
perfLogger.ts
performance.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
performanceTimestamp.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
program.ts Unify padding impls and consistently use them 2020-02-19 17:21:51 -08:00
resolutionCache.ts Fix implicit dependencies on es6 lib exposed by node changes 2020-02-19 16:43:40 -08:00
scanner.ts Fix implicit dependencies on es6 lib exposed by node changes 2020-02-19 16:43:40 -08:00
semver.ts
sourcemap.ts
symbolWalker.ts
sys.ts Fix implicit dependencies on es6 lib exposed by node changes 2020-02-19 16:43:40 -08:00
transformer.ts Trampolines for large binary expressions (#36248) 2020-01-24 16:29:55 -08:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Report config file parsing diagnostics correctly with tsc --b (#36520) 2020-01-30 11:18:06 -08:00
tsconfig.json add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
tsconfig.release.json
types.ts Expose importModuleSpecifierEnding to protocol (#36725) 2020-02-20 13:59:56 -08:00
utilities.ts Properly handle both special export forms when renaming (#36914) 2020-02-24 13:17:02 -08:00
utilitiesPublic.ts Fix find-refs crash on JSDocNamepath (#36941) 2020-02-21 15:37:11 -08:00
visitor.ts Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
visitorPublic.ts Type-only imports and exports (#35200) 2020-01-03 14:39:32 -08:00
watch.ts Enable @typescript-eslint/space-before-function-paren, @typescript-eslint/no-unused-expressions (#36569) 2020-02-04 14:43:25 -08:00
watchPublic.ts fix spelling errors (#36523) 2020-01-30 13:39:54 -08:00
watchUtilities.ts Add watchOptions to tsconfig and allow supplying them on command line as well (#35615) 2019-12-11 13:26:44 -08:00