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
-
..
-
LICENSE
767
2023/04/14 18:53:30
added LICENSE
-
README.md
606
2024/08/21 19:47:07
regen'd README
-
go.mod
145
2024/07/01 17:39:55
updated to latest javascript package
-
go.sum
364
2024/07/01 17:39:55
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