Jens is spot on. We want people to explicitly use -generateJsInteropExports if they rely on exporting since it has a hit on code size.
On Mon, Aug 22, 2016 at 12:56 PM Thomas Broyer <[email protected]> wrote: > FWIW, I believe this is > https://github.com/gwtproject/gwt/commit/ca8ad7bc140bc23b237620c41d755ef787bd97b1 > (i.e. on-purpose) > > > On Friday, August 19, 2016 at 9:38:32 PM UTC+2, Jens wrote: >> >> @JsType with isNative = false (the default) are probably treated as >> normal classes now if you do not use -generateJsInteropExports as compiler >> parameter. I guess it works again if you use the compiler parameter? >> >> -- J. >> > -- > 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/c901940b-5b21-4717-b9d7-58a471eaa357%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/c901940b-5b21-4717-b9d7-58a471eaa357%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CALLujiqJgO%3DEGgTYpxJ5vx80vUN03p9hGsm%3D-HABO3Xe%2BODxHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
