zwave-js-server icon indicating copy to clipboard operation
zwave-js-server copied to clipboard

chore: switch to Typescript-Go

Open AlCalzone opened this issue 5 months ago • 0 comments

This PR serves as an experiment for using the native Go port of TypeScript for compilation. It should work as-is, with the one minor modification in server.ts, the output is identical to the old TypeScript compiler.

https://devblogs.microsoft.com/typescript/typescript-native-port/

Even in this small project, this reduces the compilation time from ~4s to ~700ms

AlCalzone avatar Jun 18 '25 06:06 AlCalzone