Skip to content

Extract webidl #4259

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

Merged
merged 8 commits into from
Jun 4, 2025
Merged

Extract webidl #4259

merged 8 commits into from
Jun 4, 2025

Conversation

Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Jun 3, 2025

Move webidl into its own web folder, write some tests

@@ -531,11 +574,26 @@ webidl.converters.ByteString = function (V, prefix, argument) {

// https://webidl.spec.whatwg.org/#es-USVString
// TODO: rewrite this so we can control the errors thrown
webidl.converters.USVString = toUSVString
webidl.converters.USVString = (() => {
Copy link
Member

Choose a reason for hiding this comment

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

toWellFormed was added in node v20. We don't need the fallback anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will provide this in a follow up

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@Uzlopak Uzlopak merged commit 4f2c5fe into main Jun 4, 2025
36 of 38 checks passed
@Uzlopak Uzlopak deleted the extract-webidl branch June 4, 2025 14:35
@github-actions github-actions bot mentioned this pull request Jun 26, 2025
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