Crate biome_unicode_table

Crate biome_unicode_table 

Source

Enums§

Dispatch
Every handler a byte coming in could be mapped to

Functions§

is_css_non_ascii
Is c a CSS non-ascii character. See https://drafts.csswg.org/css-syntax-3/#ident-token-diagram See https://drafts.csswg.org/css-syntax-3/#non-ascii-ident-code-point
is_html_id_start
Tests if c is a valid start of a CSS identifier
is_js_id_continue
Tests if c is a valid continuation of a js identifier.
is_js_id_start
Tests if c is a valid start of a js 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.