Re: [gwt-contrib] Re: Elemental2 - What's the big secret?

2016-06-16 Thread 'Ray Cromwell' via GWT Contributors
With these kinds of purely code generated APIs, I'd say trying to consume it during development is not very useful. Every small change can lead to a radical change in hundreds of interfaces output, so your app would likely to be broken frequently, and with big migration costs each time. It makes

Re: [gwt-contrib] Re: Future direction for common JS api's

2016-06-16 Thread 'Ray Cromwell' via GWT Contributors
Elemental2 uses typescript as it's intermediate representation, so you can do Closure Externs -> TypeScript -> JsInterop or WebIDL -> TypeScript -> JsInterop or (insert favorite syntax here) -> TypeScript -> JsInterop. BTW, Note that JSweet really punts on most JLS semantics, so it's problematic

Re: [gwt-contrib] Re: Elemental2 - What's the big secret?

2016-06-16 Thread Julien Dramaix
Elemental is not secret, it is not ready yet... Stay tuned, in few days we should push an experimental version of elemental using JsInterop new specification. - Julien On Thu, Jun 16, 2016 at 1:13 PM Leif Åstrand wrote: > Elemental 2 is a completely new project that is being

[gwt-contrib] Re: Elemental2 - What's the big secret?

2016-06-16 Thread Leif Åstrand
Elemental 2 is a completely new project that is being developed internally by Google, but their intention is to publish it as open source once the maturity of the code matches their internal threshold. On Thursday, June 16, 2016 at 10:28:39 AM UTC+3, Alex White wrote: > > Just wondering where

[gwt-contrib] Elemental2 - What's the big secret?

2016-06-16 Thread Alex White
Just wondering where the source code is and why it has not been published before a major release for an allegedly open source project. Is the big secret that it won't be published? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To