Crate biome_js_unicode_table

Crate biome_js_unicode_table 

Source

Enums§

Dispatch
Every handler a byte coming in could be mapped to

Functions§

is_id_continue
Tests if c is a valid continuation of an identifier.
is_id_start
Tests if c is a valid start of an identifier
is_js_ident
Check if s is a valid JavaScript identifier. Currently, it doesn’t check escaped unicode chars.
lookup_byte
Looks up a byte in the lookup table.