First release of Xantham.TypeScript.Wire.
- The compiler's API surface, generated from the schema shipped in
typescript@7.1.0-dev: 142 synchronous calls, the same set asAsync, and typed records for every parameter and response. - The binary AST, read in place:
SyntaxKind, child slots, node and file accessors, and a typed layer of tags and views generated fromast.json. TscChannelfor serial use andTscMailbox, which batches whatever calls overlap.VirtualFileSystem, for compiling sources that exist only in memory.- Records whose fields are all optional carry a
Defaultto copy-update from. - Targets
net10.0,net8.0andnetstandard2.1.