Skip to content

breaking: rename parse_selector to parse__selector_list and expose new single parse_selector#232

Merged
bartveneman merged 2 commits intomainfrom
parse-single-selector
May 6, 2026
Merged

breaking: rename parse_selector to parse__selector_list and expose new single parse_selector#232
bartveneman merged 2 commits intomainfrom
parse-single-selector

Conversation

@bartveneman
Copy link
Copy Markdown
Member

closes #227

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

Bundle Report

Changes will decrease total bundle size by 57 bytes (-0.03%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
@projectwallace/css-parser-esm 187.0kB -57 bytes (-0.03%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: @projectwallace/css-parser-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
parse-selector.js -63 bytes 19.13kB -0.33%
index.d.ts 42 bytes 9.11kB 0.46%
index.js 42 bytes 6.66kB 0.63%
parse-selector.d.ts -78 bytes 1.41kB -5.26%

Files in parse-selector.js:

  • ./src/parse-selector.ts → Total Size: 18.59kB

Files in index.js:

  • ./src/index.ts → Total Size: 0 bytes

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.86%. Comparing base (e4822c1) to head (2f51447).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #232   +/-   ##
=======================================
  Coverage   93.86%   93.86%           
=======================================
  Files          17       17           
  Lines        2965     2967    +2     
  Branches      808      808           
=======================================
+ Hits         2783     2785    +2     
  Misses        182      182           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bartveneman bartveneman merged commit a3fc89d into main May 6, 2026
5 checks passed
@bartveneman bartveneman deleted the parse-single-selector branch May 6, 2026 13:52
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.

parse_selector returning SelectorList is inconvenient

2 participants