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
2221
2025/10/15 06:18:19
added better README
examples_test.go
1335
2025/10/15 06:18:10
added example
go.mod
164
2025/09/18 17:58:37
updated to latest javascript package
go.sum
362
2025/09/18 17:58:37
updated to latest javascript package
ts.go
1749
2024/08/21 19:47:01
corrected typo
ts_test.go
1075
2023/04/14 18:50:50
renamed WrapFileSystem -> WrapFS