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

feat: Add tolerant parsing mode #38

Merged
merged 1 commit into from
Jan 7, 2025
Merged

feat: Add tolerant parsing mode #38

merged 1 commit into from
Jan 7, 2025

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Jan 2, 2025

Prerequisites checklist

What is the purpose of this pull request?

Add a tolerant parsing mode.

What changes did you make? (Give an overview)

  • Updated CSSLanguage to contain defaultLanguageOptions and validateLanguageOptions()
  • Updated CSSLanguage#parse() to accept language options
  • Updated tests
  • Upgraded @eslint/core to v0.7.0 (not the latest, for best compatibility)

Related Issues

fixes #29

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

Copy link
Member

@mdjermanovic mdjermanovic left a comment

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 9e4b2dd into main Jan 7, 2025
16 checks passed
@mdjermanovic mdjermanovic deleted the issue29 branch January 7, 2025 12:53
@github-actions github-actions bot mentioned this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Request: PostCSS syntax support
2 participants