Merge master into release-3.1#27205
Merged
RyanCavanaugh merged 138 commits intorelease-3.1from Sep 18, 2018
Merged
Conversation
…pecs from ConfigFileSpecs
Partially fixes #26524
…en project invalidates
…erwise combine tsconfig.json
…ays returns array of resolved config file name
…load of the project or resetting builder context
- no need to maintain map from referencing projects to references - When queueing for downstream projects, always handle build order
…ven if not present
…ting project, do it after build for invalidated project is complete
fix getExtendedConfig in commandLineParser
* Dive into simple arrow functions when elaborating errors * Dive into array literals as though they were tuples when elaborating, if possible * Make parameter required * Remove misleading errors by deeply tuplefying * Remove lib related spans
Implement readDirectory on the watch mode CompilerHost
…solve module/typereferences/reference paths in it instead of output decl file path This also ensures that originalFileName, resolvedPath are set correctly even when we are reusing program structure Fixes #26036
Async code fix issues concerning underscores and nested promises
Fix empty object falsiness
…ng-allowjs-with-composite #26786: deny using allowJs option with composite
Miscellaneous async code fix fixes
…-dir-with-composite #26862: allow using declarationDir with composite option
…t compilerOptions.composite if needed.
Ensure all the usages of compilerOptions.declaration take into account compilerOptions.composite if needed
Use originalFileName (fileName of input project reference file) to resolve module/typereferences/reference paths in it instead of output decl file path
Detect the input file of referenced project with fileNames from parsed command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See title