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

fix(validate/webidl): upgrade reffy #155

Merged
merged 2 commits into from Apr 11, 2024
Merged

fix(validate/webidl): upgrade reffy #155

merged 2 commits into from Apr 11, 2024

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    df30373 View commit details
    Browse the repository at this point in the history
  2. Bump Reffy to v15 and adjust code

    The only breaking change that affects Web IDL validation is the separation
    between the `idl` and `idlparsed` modules in v6.0.0, which made the extracted
    IDL available under a different path in the result.
    
    A couple of minor improvements have been made to IDL extraction but no other
    substantive change that would require updating the code.
    tidoust committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    36f3ca9 View commit details
    Browse the repository at this point in the history