domenic/html-as-custom-elements

Provide a WebIDL conversion library?

arv opened this issue · 2 comments

arv commented

WebIDL has a lot of conversion rules. We need them for Blink-In-JS as well and having one unified repo might be the right thing to do.

Note that the reflect rules are largely about string parsing, not WebIDL type conversions, and as such are a separate-but-related can of worms.

This is largely done, using https://github.com/domenic/webidl-class-generator and its dependencies. There's still work to do on those projects though.