TypeScript/src/compiler
2020-04-24 12:10:29 -07:00
..
transformers Fix temp variable scoping in async generators (#38121) 2020-04-24 12:10:29 -07:00
binder.ts fix(37456): omit type arguments from JsxSelfClosingElement, JsxOpeningElement nodes (#37739) 2020-04-01 16:27:33 -07:00
builder.ts When the global file is deleted mark all files as changed (#37538) 2020-03-25 16:26:10 -07: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 When the global file is deleted mark all files as changed (#37538) 2020-03-25 16:26:10 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
commandLineParser.ts Handle non literal computed name when trying to get the name for object literal property name in json object (#37988) 2020-04-20 12:58:38 -07:00
core.ts Fix newline issues when adding multiple imports (#38119) 2020-04-23 11:59:38 -07:00
corePublic.ts Update versionMajorMinor to match package.json 2020-02-11 15:34:17 -08:00
debug.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
diagnosticMessages.json Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
emitter.ts Fix preserveNewlines printer option when a list child has the same start or end as its parent (#37846) 2020-04-21 15:34:30 -07:00
factory.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
factoryPublic.ts Fix parenthesization rules for yield (#37849) 2020-04-09 13:17:46 -07:00
moduleNameResolver.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
moduleSpecifiers.ts Handle packages inside another node modules package when auto importing (#37561) 2020-03-25 16:27:02 -07:00
parser.ts Handle comment directives in incremental parsing (#37632) 2020-03-27 12:00:34 -07:00
path.ts Fix code block in jsdoc (#37864) 2020-04-09 13:31:41 -04:00
perfLogger.ts Remove redundant and misplaced perfLogger startup statement (#34551) 2019-10-18 09:13:40 -07:00
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 Handle auto import scenarios when using project references (#37482) 2020-03-19 16:53:44 -07:00
resolutionCache.ts Move useSourceOfProjectReferenceRedirect to program so other hosts can use it too, enabling it for WatchHost (#37370) 2020-03-12 13:11:11 -07:00
scanner.ts Fix easy misunderstanding "! ===" (#37838) 2020-04-08 08:17:22 -07:00
semver.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
sourcemap.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Fix sys.debugMode when using VSCode's new preview debugger (#37558) 2020-03-25 19:18:36 -07:00
transformer.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
tsconfig.json add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
tsconfig.release.json Include project reference in release config so LKG build works (#33864) 2019-10-07 17:31:42 -07:00
types.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
utilities.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
utilitiesPublic.ts fix(37242): add reference to return type for JSDocFunctionType 2020-04-17 09:05:23 +03:00
visitor.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
visitorPublic.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
watch.ts Add support for extraFileExtensions on WatchCompilerHost (#37726) 2020-04-01 11:13:21 -07:00
watchPublic.ts Add support for extraFileExtensions on WatchCompilerHost (#37726) 2020-04-01 11:13:21 -07: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