TypeScript/src/compiler
2020-02-12 11:23:51 -08:00
..
transformers add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -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 Do not report errors when we fail to find a module symbol at an import specifier when invoked via API (#36742) 2020-02-11 14:49:11 -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 Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -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 Fix jsdoc comment parsing initial state (#36661) 2020-02-07 08:35:40 -08:00
path.ts Add external mapShim/debug modules (#33712) 2019-10-07 13:31:07 -07: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 Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -08:00
resolutionCache.ts Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -08:00
scanner.ts Throw syntax error for } and > in JSX text (#36636) 2020-02-11 11:44:17 -05:00
semver.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03: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 Drop support for defunct Chakra host (#33797) 2020-02-04 15:53:45 -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 Include project reference in release config so LKG build works (#33864) 2019-10-07 17:31:42 -07:00
types.ts Cache results of isGenericObjectType and isGenericIndexType (#36622) 2020-02-05 16:04:05 -08:00
utilities.ts Merge branch 'master' into separate-nodetypes 2020-02-12 11:23:51 -08:00
utilitiesPublic.ts Expose hasOnlyExpressionInitializer as a public type guard (#33229) 2020-02-04 16:01:20 -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