hermes-parser 0.1.3

A Rust port of the Hermes JavaScript/Flow/TypeScript parser (front-end) by Tzvetan Mikov, the architect of Hermes. Not an official Meta project.
Documentation
1
2
3
class C<T> { x: number; private y: string; readonly z: T; static s: number; m(a: T): void {} opt?: boolean; }
class D<T> extends Base<T> { constructor() { super(); } }
const E = class<T> { v: T; };