typescript-register
typescript-register copied to clipboard
Use latest TypeScript compiler API
Please read more at https://github.com/Microsoft/TypeScript-wiki/blob/master/Using-the-Compiler-API.md#a-minimal-compiler
The object returned by program.emit()
appears to match the previous api
{ emitSkipped: false, diagnostics: [], sourceMaps: undefined }
Fixes #18
I highly recommend using ts-node
instead.
Hi!! I'm trying to use KnexJS, and it uses this package, which creates this error "checker.emitFiles is not a function", in 2022.
Any chance anyone here can fix this, or should I just ask KnexJS to remove this package, since it doesn't appear to be active?
I would ask them to remove this project.
Is there an official fix regarding this?
This library is unmaintained. There are much better options out there these days, mostly using ESBuild