Re: Exposing GWT components based on Elemental2 to TypeScript ?

2017-10-10 Thread Thomas Broyer
On Tuesday, October 10, 2017 at 5:12:51 PM UTC+2, DavidN wrote: > > I'm currently investigating how to expose a GWT based component (that uses > JsInterop and Elemental2) to JavaScript and TypeScript. > The goal is that this component should be reusable in an Angular 4 > application, but also in

Exposing GWT components based on Elemental2 to TypeScript ?

2017-10-10 Thread DavidN
I'm currently investigating how to expose a GWT based component (that uses JsInterop and Elemental2) to JavaScript and TypeScript. The goal is that this component should be reusable in an Angular 4 application, but also in GWT applications. I'm finding it really hard to create a .d.ts file that

Re: Contributing: eclipse README outdated?

2017-10-10 Thread Thomas Broyer
It's highly probable that the provided Eclipse configuration (in this case eclipse/user/.classpath) is outdated. It looks like you'd have to add "core/super/com/google/gwt/emul" ("core" being "user" actually on disk) as a source root but only whitelist javaemul/internal/**/*.java , and blacklist