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.
My intention is to make
PublicKeyCredential.isConditionalmediationAvailable
method available.Update *.generated.ts
npm run build
->npm test
->node ./deploy/migrate.js
Rationale for updating these files manually
Since https://github.com/microsoft/TypeScript/blob/main/src/lib/README.md says:
I went to https://github.com/microsoft/TypeScript-DOM-lib-generator, but it looks like the workflow
pr-to-typescript
(https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/main/.github/workflows/pr-to-typescript.yml) hasn't been used (run) for years.(I also tried running the workflow on my own fork, but it's of course fails because I don't have the secret
secrets.TS_GITHUB_BOT_AUTH
.I noticed that the last PR associated with generated files' changes (#51300) made manual commits to the author's forked repo, I followed the same approach.