6 releases (3 breaking)

0.4.1 Mar 9, 2020
0.4.0 Nov 24, 2019
0.3.0 Feb 26, 2019
0.2.1 Jan 19, 2019
0.1.0 Nov 18, 2018

#9 in #ecmascript-parser

Download history 44/week @ 2024-07-27 52/week @ 2024-08-03 57/week @ 2024-08-10 40/week @ 2024-08-17 39/week @ 2024-08-24 94/week @ 2024-08-31 51/week @ 2024-09-07 49/week @ 2024-09-14 64/week @ 2024-09-21 62/week @ 2024-09-28 15/week @ 2024-10-05 26/week @ 2024-10-12 38/week @ 2024-10-19 34/week @ 2024-10-26 70/week @ 2024-11-02 223/week @ 2024-11-09

371 downloads per month
Used in 5 crates (via sqlx-ts)

Apache-2.0/MIT

34KB
761 lines

Simulates unhygienic macro to make parser's code cleaner. It lives here because it's not a generic purpose macro (at all).

This can't be implemented with macro_rule! because rust does not support token munching (destructing $b:block into { $($t:tt)* }).

Dependencies

~255–700KB
~17K SLoC