hermes-parser 0.1.1

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
[a] = b; [a, b] = c; [a, ...b] = c; [a, , b] = c; ({a} = b); ({a: x} = b); ({a, b} = {}); ({a = 1} = b); [{a}, [b]] = c; ({...r} = o); [a = 1, b] = c;