zwave-js-server
zwave-js-server copied to clipboard
chore: switch to Typescript-Go
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