On Thursday, September 21, 2017 at 11:29:31 AM UTC+2, Vassilis Virvilis wrote: > > Hi, > > On Wed, Sep 20, 2017 at 5:18 PM, Thomas Broyer <[email protected]> wrote: > >> >> You might also want to have a look at elemental2-core: >> https://javadoc.io/doc/com.google.elemental2/elemental2-core/1.0.0-beta-1 >> (which BTW defines JSONType.parse(…)), but be careful as Elemental2 is >> entirely generated, and might change in the future as the generator evolves >> (also, Elemental 2 might require that you use the HEAD-SNAPSHOT of GWT) >> >> > Any timeframe on this? I mean on freezing the elemental2. > > I am asking because without this it is impossible to port other libraries > to jsinterop. jquery, datatables, d3 are the most important for me. > > Is the plan to generate everything from typescript files still exists? >
Last I heard, Julien Dramaix is currently working on Elemental 2 (more accurately probably the jsinterop-generator and the closure externs). I don't know whether that means a 1.0.0 non-beta release is to be expected soon though. Also, Elemental 2 is a Google project, not a GWT one. (btw, you can probably start porting libraries to Elemental 2, they'll "just" have to be beta until Elemental 2 itself goes out of beta) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
