Skip to content

Conversation

@ShuiRuTian
Copy link
Contributor

Fixes #38503

@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Jul 23, 2020
@ShuiRuTian
Copy link
Contributor Author

ShuiRuTian commented Jul 23, 2020

##[error]node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts(961,60): error TS2339: Property 'GET /user/:migration_id/repositories' does not exist on type 'Endpoints'.
##[error]node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts(962,33): error TS2339: Property 'GET /user/:migration_id/repositories' does not exist on type 'Endpoints'.
##[error]node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts(987,31): error TS2339: Property 'GET /user/:migration_id/repositories' does not exist on type 'Endpoints'.
##[error]node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts(988,29): error TS2339: Property 'GET /user/:migration_id/repositories' does not exist on type 'Endpoints'.

seems something goes wrong.
Is it due to net connection? I thought the change would not cause this.......

@orta
Copy link
Contributor

orta commented Jul 23, 2020

this should be fixed upstream: #39712

@ShuiRuTian
Copy link
Contributor Author

Friendly ping ~ @rbuckton

@ShuiRuTian
Copy link
Contributor Author

ping @rbuckton

@ShuiRuTian
Copy link
Contributor Author

up.

@rbuckton
Copy link
Contributor

rbuckton commented Feb 2, 2021

Thanks for the contribution!

@rbuckton rbuckton merged commit 3e28e29 into microsoft:master Feb 2, 2021
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Milestone Bug PRs that fix a bug with a specific milestone

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Fail to short circuit an undefined private class field with optional chaining

4 participants