This is a known issue that we will address.
On Thu, Jun 1, 2017 at 12:37 PM, Marcin Okraszewski
wrote:
> Hi,
> First of all, thanks for working on this.
>
> I have some doubt if *Array* really work on *double* indexes? I know in
> JS every number is floating point, but still, indexes are logical
Hi,
First of all, thanks for working on this.
I have some doubt if *Array* really work on *double* indexes? I know in JS
every number is floating point, but still, indexes are logically integers,
it would be more natural to work with integers here. Moreover, JsArrayLike
interface is using int f
In the GwtCon keynote 2016 it looks like a Main method (without parameters) in
a Main class ... but I guess most of this is experimental ...
--
You received this message because you are subscribed to the Google Groups "GWT
Contributors" group.
To unsubscribe from this group and stop receiving e
I believe j2cl is currently used to produce libraries only (that are then
consumed by JS code and passed through the Closure Compiler to produce
applications)
If j2cl doesn't have an equivalent already, I believe GWT 3 will still have
EntryPoint with some "glue code" to make it run on load of th
I did not see any J2CL examples. Would be nice to know, how to replace the
Entrypoint ...
Am Mittwoch, 31. Mai 2017 22:43:23 UTC+2 schrieb Goktug Gokdogan:
>
> J2CL doesn't require @JsType; JsType serves same purpose as in GWT.
>
> The likely steps required to make GWT library work with J2CL
> (