Comment by WorldMaker
1 month ago
With type stripping in Node LTS now there's no reason at all to have a postinstall for Typescript code either. There's fewer reasons you can't post a "pure TS" library either.
1 month ago
With type stripping in Node LTS now there's no reason at all to have a postinstall for Typescript code either. There's fewer reasons you can't post a "pure TS" library either.
The TypeScript compiler is being ported to Go, so if you want type-checking going forward you will need to execute a native binary.