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

Update core dependencies #1656

Closed

Conversation

typescript-bot
Copy link
Contributor

Automated changes by create-pull-request GitHub action

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.

@@ -39,7 +39,7 @@ interface MessageEventInit<T = any> extends EventInit {
}

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
Contributor

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