Skip to content

feat: use oxc-resolver. - #27

Merged
knightedcodemonkey merged 5 commits into
mainfrom
bananas
Dec 21, 2025
Merged

feat: use oxc-resolver.#27
knightedcodemonkey merged 5 commits into
mainfrom
bananas

Conversation

@knightedcodemonkey

@knightedcodemonkey knightedcodemonkey commented Dec 21, 2025

Copy link
Copy Markdown
Owner

BREAKING CHANGES:

  • dependencyTree option removed use moduleGraph instead.
  • The walker now relies on oxc-resolver so that can change which file resolves for a given specifier (or error out) if you relied on Node's loose fallback behavior.

@codecov

codecov Bot commented Dec 21, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 81.81818% with 110 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.83%. Comparing base (7ae85d2) to head (cd7c21f).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/css/src/moduleGraph.ts 80.63% 107 Missing and 2 partials ⚠️
packages/css/src/css.ts 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   89.77%   87.83%   -1.94%     
==========================================
  Files          10       11       +1     
  Lines        2054     2631     +577     
  Branches      308      414     +106     
==========================================
+ Hits         1844     2311     +467     
- Misses        201      309     +108     
- Partials        9       11       +2     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@knightedcodemonkey
knightedcodemonkey merged commit a79242d into main Dec 21, 2025
4 checks passed
@knightedcodemonkey
knightedcodemonkey deleted the bananas branch December 21, 2025 21:35
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.

1 participant