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
for (var v of it) x; for (a of b) y; for (const [c] of d) e; for ({f} of g) h;