Type Alias TsxParser

Source
pub type TsxParser = Parser<TsxCode>;
Expand description

The Tsx language parser.

Aliased Typeยง

struct TsxParser { /* private fields */ }