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
2591
2026/06/01 06:19:19
updated README to include JSX support
examples_test.go
1337
2025/12/08 07:48:31
updated example
go.mod
164
2026/06/02 19:05:05
updated to latest javascript package
go.sum
362
2026/06/02 19:05:05
updated to latest javascript package
options.go
708
2026/05/31 18:52:48
added doc comments for options
ts.go
3371
2026/06/01 06:18:52
added deprecated message to WrapFSWithErrorHandler doc comment
ts_test.go
2582
2026/06/01 06:18:35
extended tests to include plain .js files