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

Support WebIDL partial namespaces #254

Closed
1 task
fitzgen opened this issue Jun 8, 2018 · 2 comments
Closed
1 task

Support WebIDL partial namespaces #254

fitzgen opened this issue Jun 8, 2018 · 2 comments
Labels
frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen help wanted We could use some help fixing this issue!

Comments

@fitzgen
Copy link
Member

fitzgen commented Jun 8, 2018

Blockers:

https://heycam.github.io/webidl/#dfn-partial-namespace

namespace SomeNamespace {
  /* namespace_members... */
};

partial namespace SomeNamespace {
  /* namespace_members... */
};

Should be able to extend the AST we created for the original namespace in place.

@alexcrichton alexcrichton added help wanted We could use some help fixing this issue! frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen labels Jun 29, 2018
@richard-uk1
Copy link
Contributor

Implemented by #678

@alexcrichton
Copy link
Contributor

👍

Thanks @derekdreery!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend:webidl Issues related to the WebIDL frontend to wasm-bindgen help wanted We could use some help fixing this issue!
Projects
None yet
Development

No branches or pull requests

3 participants