biome_js_parser 0.5.7

Biome's JavaScript parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
5
true
false
5n
"foo"
'bar'
null
0, 0.0, 0n, 0e00
"test\
new-line";
/^[يفمئامئ‍ئاسۆند]/i; //regex with unicode
/[\p{Control}--[\t\n]]/v;
/\’/; // regex with escaped non-ascii chars (issue #1941)