TypeScript/src/compiler
Andrew Casey 79e2ed2e77
Merge pull request #39776 from amcasey/OverloadErrors
Reduce unnecessary error computation
2020-07-28 10:35:22 -07:00
..
factory Merge branch 'master' into fix37113 2020-07-13 11:13:35 -07:00
transformers fix(39373): add diagnostic message about using a private name for class declarations without name (#39567) 2020-07-16 17:05:33 -07:00
binder.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
builder.ts Revert the type change to ts.Map (#39366) 2020-07-01 17:00:26 -07:00
builderPublic.ts Emit build info even on noEmitOnError or tsc --build (#38853) 2020-06-02 12:38:40 -07:00
builderState.ts Fix tsc --watch crash on module augmentations when module resolution changes (#39604) 2020-07-14 15:05:10 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Merge pull request #39776 from amcasey/OverloadErrors 2020-07-28 10:35:22 -07:00
commandLineParser.ts Add disableReferencedProjectLoad to stop loading child projects to allow users to disable loading large solutions (#39593) 2020-07-21 14:24:15 -07:00
core.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
corePublic.ts Move deprecated jsdoc tags to compat/deprecations.ts 2020-07-07 14:01:27 -07:00
debug.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
diagnosticMessages.json Add disableReferencedProjectLoad to stop loading child projects to allow users to disable loading large solutions (#39593) 2020-07-21 14:24:15 -07:00
emitter.ts Fix emit/formatting issues in refactors (#39506) 2020-07-22 10:31:42 -07:00
moduleNameResolver.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
moduleSpecifiers.ts Make AutoImportProviderProject work with symlinked monorepos (#39679) 2020-07-22 13:53:30 -07:00
parser.ts Better error message for unparenthesized function/constructor type notation in union/intersection types (#39570) 2020-07-15 14:43:56 -07:00
path.ts Fix code block in jsdoc (#37864) 2020-04-09 13:31:41 -04:00
perfLogger.ts Load ETW module from a specified path (#39599) 2020-07-14 11:52:55 -07:00
performance.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
performanceTimestamp.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
program.ts Make AutoImportProviderProject work with symlinked monorepos (#39679) 2020-07-22 13:53:30 -07:00
resolutionCache.ts Explicitly add dependency on node to compiler tsconfig, remove es6+ string method usage (#39636) 2020-07-17 07:02:05 -07:00
scanner.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
semver.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
sourcemap.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Revert the type change to ts.Map (#39366) 2020-07-01 17:00:26 -07:00
transformer.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
tsconfig.json Explicitly add dependency on node to compiler tsconfig, remove es6+ string method usage (#39636) 2020-07-17 07:02:05 -07: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 Lower priority for speculative variadic tuple inferences (#39723) 2020-07-24 15:00:53 -07:00
utilities.ts Make AutoImportProviderProject work with symlinked monorepos (#39679) 2020-07-22 13:53:30 -07:00
utilitiesPublic.ts Add deprecated related feature (#38523) 2020-06-18 17:41:26 -07:00
visitorPublic.ts Leverage syntax cursor as part of reparse (#39216) 2020-06-23 17:32:58 -07:00
watch.ts Syntax only server creates inferred project with all the open files w… (#38561) 2020-06-16 13:39:20 -07:00
watchPublic.ts Resolve only relative references in open files on syntax server (#39476) 2020-07-16 14:31:24 -07:00
watchUtilities.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00