Type Alias JavascriptParser

Source
pub type JavascriptParser = Parser<JavascriptCode>;
Expand description

The Javascript language parser.

Aliased Typeยง

struct JavascriptParser { /* private fields */ }