oxc-project / oxc-resolver

Rust version of webpack/enhanced-resolve
https://oxc.rs/docs/guide/usage/resolver.html
MIT License
122 stars 18 forks source link

feat: show tried extension aliases in `ResolveError::ExtensionAlias` #251

Closed Boshen closed 2 weeks ago

Boshen commented 2 weeks ago

It is now displayed as Cannot resolve 'index.mjs' with extension aliases 'index.mts' in ...

Boshen commented 2 weeks ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Boshen and the rest of your teammates on Graphite Graphite

codspeed-hq[bot] commented 2 weeks ago

CodSpeed Performance Report

Merging #251 will not alter performance

Comparing 09-25-feat_show_tried_extension_aliases_in_resolveerrorextensionalias (468a823) with main (88caae4)

Summary

✅ 3 untouched benchmarks

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.99%. Comparing base (88caae4) to head (468a823). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #251 +/- ## ========================================== + Coverage 96.98% 96.99% +0.01% ========================================== Files 11 11 Lines 2355 2364 +9 ========================================== + Hits 2284 2293 +9 Misses 71 71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Boshen commented 2 weeks ago

Merge activity