TypeScript/src/compiler
Sheetal Nandi 46d223dc1b Fixes to ensure getDefinitionAndBoundSpan works correctly when using composite projects
Project references need to be detached from the project when closing project
In SourceMapDecoder handle when the redirected file to project reference is set as the output of the project
Keep configured project alive if project it references has open ref
Fixes #26164
2018-08-02 16:36:50 -07:00
..
transformers Instead of getSymbolAtLocation use resolveExternalModuleName without error reporting 2018-08-01 16:25:22 -07:00
binder.ts Only bind module.exports if no local definition exists (#25869) 2018-07-30 12:27:59 -07:00
builder.ts Make a map for semantic diagnostics from old state 2018-08-01 13:00:26 -07:00
builderState.ts Make ExportedModulesFromDeclarationEmit as ReadonlyArray of symbols combining exportSpecifiers emitted and dynamic import type nodes written 2018-08-01 12:37:39 -07:00
checker.ts Flag JS Literals and ignore assignments/accesses to invalid props, instead of adding an index (#25996) 2018-08-02 13:40:44 -07:00
commandLineParser.ts Handle when property name turns out to be non string literal computed name because of errors in tsconfig file 2018-07-31 17:23:55 -07:00
comments.ts Do not emit comments if container had a comment suppression. 2018-07-18 17:23:27 +02:00
core.ts Support deleting all unused type parameters in a list, and deleting @template tag (#25748) 2018-07-27 11:55:31 -07:00
diagnosticMessages.json "Could not find a declaration file for module" error needs to use the 2018-08-01 14:13:38 -04:00
emitter.ts Merge branch 'master' into errorInFileWithDeepImport 2018-08-01 15:36:52 -07:00
factory.ts Merge pull request #25963 from ajafff/cleanup-factory 2018-07-31 11:31:07 -07:00
moduleNameResolver.ts Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
moduleSpecifiers.ts importFixes: When one file redirects to another, consider both for global import specifiers (#25834) 2018-07-31 17:28:56 -07:00
parser.ts Remove trailing whitespace from JSDoc comments 2018-07-28 10:36:10 -06:00
performance.ts Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
program.ts Fixes to ensure getDefinitionAndBoundSpan works correctly when using composite projects 2018-08-02 16:36:50 -07:00
resolutionCache.ts Merge pull request #25811 from Microsoft/subDirectoryOfRootWatches 2018-07-31 11:51:16 -07:00
scanner.ts Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
sourcemap.ts findAllReferences/rename: Search in all open projects (#25648) 2018-07-20 16:53:59 -07:00
sourcemapDecoder.ts Fixes to ensure getDefinitionAndBoundSpan works correctly when using composite projects 2018-08-02 16:36:50 -07:00
symbolWalker.ts More simplification + consistent use of getConstraintOfTypeParameter 2018-07-24 15:27:39 -07:00
sys.ts Change getModifiedTime type 2018-07-16 11:10:09 +03:00
transformer.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
tsbuild.ts Support deleting all unused type parameters in a list, and deleting @template tag (#25748) 2018-07-27 11:55:31 -07:00
tsconfig.json Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
tsconfig.release.json Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
types.ts Flag JS Literals and ignore assignments/accesses to invalid props, instead of adding an index (#25996) 2018-08-02 13:40:44 -07:00
utilities.ts importFixes: When one file redirects to another, consider both for global import specifiers (#25834) 2018-07-31 17:28:56 -07:00
visitor.ts rename function 2018-07-11 18:43:58 +02:00
watch.ts Fix incorrect handling of preserveWatchOutput flag is in config file 2018-07-12 18:29:02 -07:00
watchUtilities.ts Fix incorrect handling of preserveWatchOutput flag is in config file 2018-07-12 18:29:02 -07:00