tsserver
Package tsserver implements a simple wrapper around fs.FS to intercept calls to open Javascript files, and instead open their Typescript equivelants and generate the Javascript.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/15 06:18:07
added CI
LICENSE
767
2023/04/14 18:53:30
added LICENSE
README.md
2289
2025/12/09 07:06:11
updated README
examples_test.go
1337
2025/12/08 07:48:31
updated example
go.mod
164
2025/12/08 07:47:52
updated to latest javascript package
go.sum
362
2025/12/08 07:47:52
updated to latest javascript package
ts.go
2627
2025/12/09 07:05:55
added doc comment for WrapFSWithErrorHandler
ts_test.go
1457
2025/12/09 07:04:21
added test with custom error handling