Crate ts_quote

Source

Macros§

ts_quote
ts_quote is a utility macro for emitting typescript from rust code
ts_string
ts_string is a utility macro for emitting typescript strings from rust code

Structs§

TS
A parsed source containing an AST, comments, and possibly tokens.

Traits§

TSSource
The TSSource trait is used to add a few convenience methods to the deno_ast::ParsedSource type.