domenic / html-as-custom-elements

HTML as Custom Elements
https://domenic.github.io/html-as-custom-elements/
Apache License 2.0
260 stars 20 forks source link

Provide a WebIDL conversion library? #29

Closed arv closed 8 years ago

arv commented 9 years ago

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.

domenic commented 9 years ago

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.

domenic commented 8 years ago

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.