-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Include unknown in spread prop override check #38577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
weswigham
merged 1 commit into
microsoft:master
from
weswigham:include-unknown-in-spread-override-check
May 14, 2020
Merged
Include unknown in spread prop override check #38577
weswigham
merged 1 commit into
microsoft:master
from
weswigham:include-unknown-in-spread-override-check
May 14, 2020
Conversation
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
RyanCavanaugh
approved these changes
May 14, 2020
@typescript-bot cherry-pick this to release-3.9 |
Heya @RyanCavanaugh, I've started to run the task to cherry-pick this into |
Hey @RyanCavanaugh, I've opened #38581 for you. |
typescript-bot
pushed a commit
to typescript-bot/TypeScript
that referenced
this pull request
May 14, 2020
Component commits: e5bccaf Include unknown in spread prop override check
weswigham
added a commit
that referenced
this pull request
May 14, 2020
…e-3.9 (#38581) * Cherry-pick PR #38577 into release-3.9 Component commits: e5bccaf Include unknown in spread prop override check * Empty commit Co-authored-by: Wesley Wigham <[email protected]> Co-authored-by: Wesley Wigham <[email protected]>
cangSDARM
added a commit
to cangSDARM/TypeScript
that referenced
this pull request
May 15, 2020
* upstream/master: Include unknown in spread prop override check (microsoft#38577) Fix (cosmetic) typos in checker.ts comments
rrdelaney
pushed a commit
to rrdelaney/TypeScript
that referenced
this pull request
May 18, 2020
devtools-bot
pushed a commit
to ChromeDevTools/devtools-frontend
that referenced
this pull request
May 27, 2020
I was hitting a bug in 3.9.2 with the breadcrumbs CL [1] that is fixed in 3.9.3 via this PR [2]. (I've verified locally that it is fixed). [1]: microsoft/TypeScript#38535 [2]: microsoft/TypeScript#38577 DISABLE_THIRD_PARTY_CHECK=typescript update Change-Id: Ia874e5936a5bbf0bf26f751ab746976f71910f25 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2218013 Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Tim van der Lippe <[email protected]>
babot
pushed a commit
to binaryage/dirac
that referenced
this pull request
May 28, 2020
I was hitting a bug in 3.9.2 with the breadcrumbs CL [1] that is fixed in 3.9.3 via this PR [2]. (I've verified locally that it is fixed). [1]: microsoft/TypeScript#38535 [2]: microsoft/TypeScript#38577 DISABLE_THIRD_PARTY_CHECK=typescript update Change-Id: Ia874e5936a5bbf0bf26f751ab746976f71910f25 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2218013 Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Tim van der Lippe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #38535