Skip to content

Comments

Update core dependencies#1656

Closed
typescript-bot wants to merge 1 commit intomicrosoft:mainfrom
typescript-bot:update-core-deps
Closed

Update core dependencies#1656
typescript-bot wants to merge 1 commit intomicrosoft:mainfrom
typescript-bot:update-core-deps

Conversation

@typescript-bot
Copy link
Contributor

Automated changes by create-pull-request GitHub action

@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.


interface PromiseRejectionEventInit extends EventInit {
promise: Promise<any>;
promise: any;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fishy. I did not found a corresponding change in BCD...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only IDL-side change just to skip JS-to-IDL conversion steps, from TS side we should ignore this. See whatwg/html#9897.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants