Really great tool for making GWT applications work with javascript/typescript tools with standard JsInterop API. Thank arnaud.
On Fri, Sep 29, 2017 at 8:09 PM, Arnaud TOURNIER <[email protected]> wrote: > Thanks for your message, > Very good idea about transpiling jquery! I was hoping to ship that > immediately but jquery shown me darker side of typing defintions with > typescript, so there are a lot of bugs I didn't see at first on my tool > (angular is written in an oop style) I need to fix now. > Let me get back to you in few days when I got all the details fixed (right > now I get 25 java errors out of the jquery .d.ts transpilation which I need > to fix by hand, not very handy for such a common case as the jquery lib ;)) > I should soon document the code architecture to ease if people want to > contribute. > See you > Arnaud > > Le jeu. 28 sept. 2017 à 13:00, Vassilis Virvilis <[email protected]> a > écrit : > >> Wow! This is impressive! >> >> I am not familiar with Angular and cannot comment in the quality of the >> generated API. >> >> Any chance you could post jquery jsinteropified with your tool? jquery is >> the basis for a lot of libraries so if you get that correctly a lot >> libaries will be trivial to process. >> >> I skimmed through the README and I like the configuration control. Can it >> be per class or is a global configuration per .d.ts file? >> >> Thanks for that contribution. >> >> >> >> On Thu, Sep 28, 2017 at 12:54 PM, Ltearno <[email protected]> wrote: >> >>> Hi everyone, >>> >>> I made up and published today a tool which uses Typescript type >>> definitions (.d.ts) and generates the corresponding JsInterop classes for >>> use inside a GWT application (or JaCL when available). >>> >>> The tool is here : https://github.com/ltearno/typescript2java >>> >>> I use it to translate the full Angular 4 API (2000+ classes) into >>> JsInterop and get a working code. It can also generate the standard web api >>> from 'lib.es6.d.ts' and generate something that ressembles Elemental2 a lot! >>> >>> I am interested to help if people want to use it or have some other use >>> cases (wrapping D3.js or any other library available on 'definitely >>> typed'). So don't hesitate to file an issue on github... Or to answer here! >>> >>> Thanks >>> Arnaud >>> >> -- >>> 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. >>> >> >> >> >> -- >> Vassilis Virvilis >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "GWT Users" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/ >> topic/google-web-toolkit/5YgpOfYi9H8/unsubscribe. >> To unsubscribe from this group and all its topics, 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. >> > -- > 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. > -- 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.
