TypeScript/src/compiler
2020-03-18 21:16:55 -07:00
..
transformers Fix declaration emit when the packages are included through symlinks (#37438) 2020-03-17 13:21:40 -07:00
binder.ts Remove ordering restrictions in control flow analysis (#37134) 2020-02-29 12:03:09 -08:00
builder.ts Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state (#37302) 2020-03-12 10:54:30 -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 Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
builderStatePublic.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
checker.ts Allow assertion signatures to narrow by discriminant (#37310) 2020-03-18 21:16:55 -07:00
commandLineParser.ts add promise.any (#33844) 2020-03-11 08:36:00 -07: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 Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
diagnosticMessages.json feat(37409): add fix all quick fix to fixInvalidJsxCharacters (#37436) 2020-03-18 09:54:17 -07:00
emitter.ts Fix declaration emit when the packages are included through symlinks (#37438) 2020-03-17 13:21:40 -07:00
factory.ts Reduce intersections by discriminants (#36696) 2020-02-28 17:06:44 -08:00
factoryPublic.ts Add codefix for --noImplicitThis (#27565) 2020-03-17 13:00:14 -07:00
moduleNameResolver.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
moduleSpecifiers.ts Fix declaration emit when the packages are included through symlinks (#37438) 2020-03-17 13:21:40 -07:00
parser.ts Show token hints for missing closing braces (#36317) 2020-03-12 15:52:02 -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 Clarified file-not-found error for reference paths without extensions (#35956) 2020-03-17 14:21:23 -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 Added @ts-expect-error to @ts-ignore directives (#36014) 2020-03-05 10:37:36 -05:00
semver.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
sourcemap.ts
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08: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 Fix declaration emit when the packages are included through symlinks (#37438) 2020-03-17 13:21:40 -07:00
utilities.ts Fix Node#getStart(sourceFile, true) throwing when node has a js doc and no parent (#37439) 2020-03-17 16:08:57 -07:00
utilitiesPublic.ts fix(37135): handle PrivateIdentifiers in isPropertyName (#37184) 2020-03-03 10:51:50 -08: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 Removed unused host variable in createProgramHost (#37278) 2020-03-09 13:53:49 -07:00
watchPublic.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
watchUtilities.ts Add watchOptions to tsconfig and allow supplying them on command line as well (#35615) 2019-12-11 13:26:44 -08:00