tsr_diagnostics 0.1.0

Generated TypeScript diagnostic codes and messages for tsr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tsr_diagnostics

Generated TypeScript diagnostic codes and messages for tsr.

Part of [tsr](https://github.com/ferrotype/tsr), a Rust port of
the TypeScript compiler. This project is under development; the API and supported
compiler behavior are not stable. See the repository status and sprint records
for current coverage.

Requires **Rust 1.96 or newer**.

Licensed under Apache-2.0. See [LICENSE](LICENSE) and [NOTICE](NOTICE) for
license and attribution information.

For application integration, start with
[`tsr_embed`](https://github.com/ferrotype/tsr/tree/main/crates/tsr_embed).