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

Refactor generation logic so partials come after #304

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 14, 2024

  1. Refactor generation logic so partials come after

    Currently, the generator adds members to interfacelikes as we
    process various IDL files. This may lead to partial interfaces
    being added before the interface definition. Instead, this CL
    adds partials after the interface definition, and then applies
    mixins. It also dedups some logic around browser compatibility
    so that we only check compatibility and process in one location.
    
    While there is a diff in the generated files, it is functionally
    the same because all we do is move members around in the same
    extension type.
    srujzs committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1950d7f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Use null-aware spread operator

    srujzs committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d3d9a00 View commit details
    Browse the repository at this point in the history