You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
With this change the caching of semantic diagnostics in the builder is written to the disk with .tsbuildinfo so next incremental build should benefit from that.
Emits .tsbuildinfo even if program has error (changes tsc --watch and tsc --incremental emit) 62584b7
Emit .tsbuildinfo in --build mode (with and without watch) even if there are errors. bafc3b7
* upstream/master: (48 commits)
Fix merging of JS value & TS type decl
LEGO: check in for master to temporary branch.
`getSymbolDisplayPartsDocumentationAndSymbolKind`: use actual `symbol.flags` for `getAliasedSymbol`
LEGO: check in for master to temporary branch.
LEGO: check in for master to temporary branch.
Fix two tests
Update user baselines
LEGO: check in for master to temporary branch.
address PR comments
Emit build info even on noEmitOnError or tsc --build (microsoft#38853)
Some changes to tsc baselines for clarity (microsoft#38850)
LEGO: check in for master to temporary branch.
fix merge conflicts
polish tests
remove outdated tests
convert import trigger reason test
convert import trigger reason only
convert export trigger reason test
convert export cursor only changes
remove declaration
...
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.
With this change the caching of semantic diagnostics in the builder is written to the disk with .tsbuildinfo so next incremental build should benefit from that.