Semyon, Fully agree, TypeScript is the way to go.
> full rewrite I would not call it a "full rewrite", because TypeScript is a superset of JavaScript. 1. Converting to TypeScript mostly means adding type annotations and tweaking the code, not rewriting it from scratch 2. The conversion can be gradual On Tue, Dec 1, 2020 at 9:59 AM Ivan Daschinsky <[email protected]> wrote: > > Is there any value in keeping both versions - the plain JavaScript one > and the TypeScript specific > Hi! No, there is no value. TS sources should be transpiled to JS before > execution. > > вт, 1 дек. 2020 г. в 01:31, Denis Magda <[email protected]>: > > > Hi Semyon, > > > > Is there any value in keeping both versions - the plain JavaScript one > and > > the TypeScript specific? > > > > - > > Denis > > > > > > On Mon, Nov 30, 2020 at 12:16 PM Данилов Семён <[email protected]> > wrote: > > > > > Hello Igniters! > > > > > > I'd like to propose a big change for the nodejs thin client: a full > > > rewrite from JavaScript to TypeScript. > > > > > > Strong typing will not only help us in future while developing new > > > features, but will also indicate existing type inconsistencies (I know > > > there is a couple). > > > Also, we will have out of the box types for API documentation, which is > > > very handy for users. > > > > > > So what do you think? > > > > > > Kind regards, > > > Semyon. > > > > > > > > -- > Sincerely yours, Ivan Daschinskiy >
