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: rebase latest oxc-resolver and support pnp #12

Merged
merged 21 commits into from
Jul 23, 2024

Conversation

SoonIter
Copy link
Member

@SoonIter SoonIter commented Jul 23, 2024

Summary

adopt beneficial changes from origin and community

#2

@CLAassistant
Copy link

CLAassistant commented Jul 23, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

codspeed-hq bot commented Jul 23, 2024

CodSpeed Performance Report

Merging #12 will not alter performance

Comparing SoonIter:rebase (ced403b) with main (798854a)

Summary

✅ 3 untouched benchmarks

@SoonIter SoonIter merged commit 948c53d into web-infra-dev:main Jul 23, 2024
18 of 19 checks passed
fs::metadata(path).map(FileMetadata::from)
cfg_if! {
if #[cfg(feature = "yarn_pnp")] {
match VPath::from(path)? {
Copy link
Contributor

Choose a reason for hiding this comment

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

@arcanis there is one problem of this code, it will wrongly treat https://www.npmjs.com/package/lodash.zip as pnp zip,which will cause wrong behavior for bundler

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.

6 participants