hermes-parser 0.1.0

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
4
declare class C<T> extends B mixins M implements I { x: number; }
declare module 'x' { declare export var y: number; }
declare module.exports: { a: number };
declare namespace NS { declare var z: string; }