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.