Hi, while playing with the new JsInterop feature i decided to write a code generator which generate the interfaces out of webidls fetched from https://html.spec.whatwg.org/ or the mozilla repository. Yesterday i started this littel project. It's a prototype and far away from being stable, but enough to use the generated interfaces for test purposes. I did a rather quick and dirty just to use the interfaces my internal test project and the code needs some refactoring. I used ANTLR4, javasoup and javapoet. You can find the sources in this github repo https://github.com/Nickel671/JsInteropGenerator. You can find the generated Interfaces here https://github.com/Nickel671/JsInteropGenerator/tree/master/target/generated-sources/gwt/org/niklas/elemental/Elemental/client/elements. If you are interested in this i will improve it.
-- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/d32b27c4-a1eb-40cb-9720-3d1f6c535b03%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
