biome_js_parser 0.5.7

Biome's JavaScript parser
Documentation
1
2
3
4
5
6
7
8
9
10
using a;
using {b};
using c = d, e;
export using m = n;
await using f;
await using g = h, j;
await using [o] = p;
export await using q = r;
await let s;
await const t = 1;