hermes-parser 0.1.2

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
5
declare export function f(): void;
declare export default number;
declare export opaque type T2: number;
declare export interface I2 { a: number }
declare export * from 'mod';