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: support postcss #600

Merged
merged 2 commits into from
Dec 1, 2024
Merged

feat: support postcss #600

merged 2 commits into from
Dec 1, 2024

Conversation

baseballyama
Copy link
Member

close: #595

@@ -56,6 +56,7 @@ export function parseStyleContext(
let parseFn: Parser<Root>, sourceAst: Root;
switch (sourceLang) {
case "css":
case "postcss":
Copy link
Member Author

Choose a reason for hiding this comment

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

Main change is only here.

@coveralls
Copy link

coveralls commented Dec 1, 2024

Pull Request Test Coverage Report for Build 12101218219

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 89.864%

Totals Coverage Status
Change from base Build 12100948993: 0.002%
Covered Lines: 2998
Relevant Lines: 3217

💛 - Coveralls

Copy link

changeset-bot bot commented Dec 1, 2024

🦋 Changeset detected

Latest commit: 16c9545

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte-eslint-parser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

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

LGTM!

@ota-meshi ota-meshi merged commit 5586809 into main Dec 1, 2024
10 checks passed
@ota-meshi ota-meshi deleted the fix/595 branch December 1, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lang=postcss treated as StyleContextUnknownLang
3 participants