v0.3.0
Changelog
Changes
- e743138: Check the generated TypeScript in CI, and document it (@linyows)
- 0a7b6fe: Generate TypeScript (@linyows)
- 283a3ea: Separate the names a query uses from the language that spells them (@linyows)
Install
The generator is a Go tool, and what it generates is Go, so the usual way
is to record it in the module that uses it:
go get -tool github.com/linyows/jmapc/cmd/jmapc@v0.3.0
Binaries are attached below for anyone without a Go toolchain.