Closed
Description
The original project is here: https://github.com/AlCalzone/node-zwave-js
The actual owner is @AlCalzone
- Clone https://github.com/amcasey/ZwavePerfRepro
npm ci
tsc -p .
The portion of the code below // ACASEY
boils down to a single function call that takes the vast majority of the checking time. The portion of the code above is enough scaffolding to make it compile.
I've framed the problem in terms of tsc because it's easier to investigate, but the editor experience is also terrible.