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
2421
2026/02/19 20:57:30
updated README to include transpilation limitations
examples_test.go
1337
2025/12/08 07:48:31
updated example
go.mod
165
2026/02/16 18:49:14
updated javascript version
go.sum
364
2026/02/16 18:49:14
updated javascript version
ts.go
3033
2026/02/19 20:56:45
added comments about transpilation limitations
ts_test.go
1457
2025/12/09 07:04:21
added test with custom error handling