TypeScript/src/compiler
Eli Barzilay dcc6c9461e Minor improvement
Get the `declaration` container just once instead of in three places.
(Minor change: one place used to start looking from
`declaration.parent`, but that shouldn't make any difference.)  Also,
don't pass it to the helper functions since they're local anyway.
2020-04-07 16:12:18 -04:00
..
transformers Allow Source Mapping inside destructuring assignment (#37298) 2020-04-03 17:23:02 -04: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 Minor improvement 2020-04-07 16:12:18 -04:00
commandLineParser.ts Make skipLibCheck: true the default in --init (#37808) 2020-04-07 15:00:44 -04:00
core.ts Disambiguate types with same name from different namespaces in mapToTypeNodes (#37543) 2020-04-07 10:55:56 -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 Reduce intersections with conflicting privates, elaborate on reasons (#37762) 2020-04-02 18:00:59 -07:00
emitter.ts Convert to async function: handle type arguments to then/catch (#37463) 2020-03-24 09:56:47 -07:00
factory.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
factoryPublic.ts Quick fix for functions lacking return expressions (#26434) 2020-04-02 10:06:14 -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 Stop looking for the default configured project at node_modules (#35011) 2020-03-02 16:52:03 -08: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 Revert 'awaited' type (#37610) 2020-03-25 18:39:45 -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 Use getters to define live export bindings refresh (#35967) 2020-02-24 15:36:14 -08: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 Cache the regularized form of union types (#37749) 2020-04-02 23:54:24 -07:00
utilities.ts Disambiguate types with same name from different namespaces in mapToTypeNodes (#37543) 2020-04-07 10:55:56 -07:00
utilitiesPublic.ts Fix emit for optional chain with non-null assertion (#36539) 2020-03-25 15:28:13 -07:00
visitor.ts Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
visitorPublic.ts Fix emitting ?. 2020-03-04 14:52:33 -05: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