TypeScript/src/compiler
2019-08-14 09:47:49 -07:00
..
transformers Fix references to path-mapped ambient modules in declaration files (#32878) 2019-08-13 16:34:03 -07:00
binder.ts Remove error on invalid jsdoc tokens (#32769) 2019-08-09 12:53:15 -07:00
builder.ts Ensure that the filePaths in compiler options are absolute before getting relative path to buildInfo directory 2019-07-11 13:18:35 -07:00
builderState.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
checker.ts Add cancellation token check for function expression, arrow expression and class expression just like their counter part declarations 2019-08-13 11:41:08 -07:00
commandLineParser.ts Define interface for TSConfig. Change compilerOnSave to compileOnSave (#32481) 2019-08-05 09:24:09 -07:00
core.ts Use 'noop' for NullLogger 2019-08-02 10:20:17 -07:00
debug.ts Allow expando additions to an imported object in JavaScript - fixes #31312 2019-07-30 15:42:37 -04:00
diagnosticMessages.json Merge pull request #32788 from microsoft/tsbuildFixes 2019-08-14 09:07:24 -07:00
emitter.ts Fix references to path-mapped ambient modules in declaration files (#32878) 2019-08-13 16:34:03 -07:00
factory.ts Do not escape actual template literals on emit (#32844) 2019-08-13 15:54:35 -07:00
moduleNameResolver.ts Remove try-finally blocks 2019-08-02 16:39:33 -07:00
moduleSpecifiers.ts Elide /index from auto-import when using rootDirs compiler option (#32828) 2019-08-12 16:05:15 -07:00
parser.ts Do not escape actual template literals on emit (#32844) 2019-08-13 15:54:35 -07:00
perfLogger.ts Use 'noop' for NullLogger 2019-08-02 10:20:17 -07:00
performance.ts
program.ts Disallow incremental with noEmit 2019-08-14 09:47:49 -07:00
resolutionCache.ts Merge pull request #31820 from microsoft/nodeModules 2019-06-12 10:55:26 -07:00
scanner.ts Add error message for keywords with escapes in them (#32718) 2019-08-12 16:00:38 -07:00
semver.ts
sourcemap.ts Improve type checking and inference for Generators and Async Generators (#30790) 2019-07-03 21:55:59 -07:00
symbolWalker.ts
sys.ts Fix lint error 2019-08-09 15:13:07 -07:00
transformer.ts Move class property transform (#31848) 2019-06-17 14:26:42 -07:00
tsbuild.ts Transitively upstream blocked project should not build 2019-08-09 13:38:25 -07:00
tsconfig.json Use 'noop' for NullLogger 2019-08-02 10:20:17 -07:00
tsconfig.release.json Update the tsconfigs 2019-02-28 14:01:40 -08:00
types.ts Merge pull request #32788 from microsoft/tsbuildFixes 2019-08-14 09:07:24 -07:00
utilities.ts Merge pull request #32788 from microsoft/tsbuildFixes 2019-08-14 09:07:24 -07:00
visitor.ts Relocate Debug namespace to reduce duplication (#31524) 2019-05-22 11:20:29 -07:00
watch.ts Merge pull request #32612 from mrcrane/etw-logger 2019-08-06 12:44:48 -07:00
watchUtilities.ts Add some logging to the sys.watchFile and sys.watchDirectory 2019-08-06 16:08:25 -07:00