Expand description
Native CLI support for the tsz TypeScript compiler.
This crate provides CLI binaries (tsz, tsz-lsp, tsz-server) and
all CLI-specific modules (argument parsing, file discovery, config loading,
compilation driver, watch mode, etc.).
Modules§
- args
- build
- config
- driver
- driver_
emit - driver_
resolution - fs
- incremental
- Incremental Compilation Support
- locale
- Internationalization (i18n) support for diagnostic messages.
- project_
refs - Project References Support
- reporter
- trace
- Performance tracing support for the
--generateTraceflag. - tracing_
config - Tracing configuration for debugging conformance failures.
- watch
Macros§
- trace_
span - Macro to trace a scope