Skip to content
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

Include unknown in spread prop override check #38577

Merged

Conversation

weswigham
Copy link
Member

Fixes #38535

@RyanCavanaugh
Copy link
Member

@typescript-bot cherry-pick this to release-3.9

@typescript-bot
Copy link
Collaborator

typescript-bot commented May 14, 2020

Heya @RyanCavanaugh, I've started to run the task to cherry-pick this into release-3.9 on this PR at e5bccaf. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

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 weswigham merged commit 7fc456f into microsoft:master May 14, 2020
@weswigham weswigham deleted the include-unknown-in-spread-override-check branch May 14, 2020 21:36
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 <t-weswig@microsoft.com>
Co-authored-by: Wesley Wigham <wwigham@gmail.com>
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 <jacktfranklin@chromium.org>
Auto-Submit: Jack Franklin <jacktfranklin@chromium.org>
Reviewed-by: Tim van der Lippe <tvanderlippe@chromium.org>
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 <jacktfranklin@chromium.org>
Auto-Submit: Jack Franklin <jacktfranklin@chromium.org>
Reviewed-by: Tim van der Lippe <tvanderlippe@chromium.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect "'value' is specified more than once, so this usage will be overwritten. ts(2783)"
3 participants