Skip to content

fix: Catch more parse errors#97

Merged
mdjermanovic merged 3 commits into
mainfrom
parse-errors
Mar 22, 2025
Merged

fix: Catch more parse errors#97
mdjermanovic merged 3 commits into
mainfrom
parse-errors

Conversation

@nzakas

@nzakas nzakas commented Mar 20, 2025

Copy link
Copy Markdown
Member

Prerequisites checklist

What is the purpose of this pull request?

Catches some additional parsing errors

What changes did you make? (Give an overview)

  • Added specific error messages for unclosed braces, square brackets, and parentheses (only in strict mode, hidden in tolerant mode)
  • Updated tests
  • Upgraded @eslint/css-tree

Related Issues

Is there anything you'd like reviewers to focus on?

@eslint-github-bot eslint-github-bot Bot added the bug Something isn't working label Mar 20, 2025
@github-project-automation github-project-automation Bot moved this to Needs Triage in Triage Mar 20, 2025
Comment thread src/languages/css-language.js
nzakas and others added 2 commits March 21, 2025 14:21
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>

@mdjermanovic mdjermanovic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@mdjermanovic mdjermanovic merged commit d08df74 into main Mar 22, 2025
@mdjermanovic mdjermanovic deleted the parse-errors branch March 22, 2025 16:43
@github-project-automation github-project-automation Bot moved this from Needs Triage to Complete in Triage Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

2 participants