go-typescript icon indicating copy to clipboard operation
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

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...