go-typescript
go-typescript copied to clipboard
Compile and run Typescript code natively in Go
Results
3
go-typescript issues
Sort by
recently updated
recently updated
newest added
And thnx for this package, it's really useful
For example, when i try to run this: ``` export { func: () => { } }; ``` I expect there to be an error because this typescript is not...
This PR optimizes memory usage by doing a few things: * Removes the default registry, this way if you register your own version, you're not stuck also loading the latest...