Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(parser): Update lexer methods to handle only ASCII identifiers #1558

Merged
merged 1 commit into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. refactor(parser): Update lexer methods to handle only ASCII identifiers

    Adjusted the methods `consume_ident_sequence` in the biome_css_parser's lexer modules, to return an additional boolean indicating whether only ASCII characters were used. This change will improve handling of non-ASCII identifiers in CSS, providing a more accurate classification of identifiers.
    denbezrukov committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aca8cb4 View commit details
    Browse the repository at this point in the history