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 webidl_ty field in multi-value transform #1839

Merged
merged 2 commits into from
Oct 29, 2019

Commits on Oct 29, 2019

  1. Reduce indentation in interface types processing

    Just a small stylistic change
    alexcrichton committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    3e64772 View commit details
    Browse the repository at this point in the history
  2. Update webidl_ty field in multi-value transform

    When we're emitting a bindings section we need to be sure to update the
    listed type of the binding in addition to the actual binding
    expressions. This should help remove the stray return pointer being
    listed there by accident!
    alexcrichton committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e147a9b View commit details
    Browse the repository at this point in the history