这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(turbo-trace): check exports #9841

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

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

NicholasLYang
Copy link
Contributor

Description

Closes #9828. We now check export statements since they can import from other modules, e.g. export * from "./foo"

Testing Instructions

Added a test for both export * from "./foo" and export { foo } from "./foo"

@NicholasLYang NicholasLYang requested a review from a team as a code owner January 29, 2025 16:33
Copy link

vercel bot commented Jan 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 29, 2025 4:33pm

@NicholasLYang NicholasLYang merged commit 09d8d77 into main Jan 30, 2025
39 checks passed
@NicholasLYang NicholasLYang deleted the nicholasyang/export-tracing branch January 30, 2025 16:06
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.

ImportFinder does not track export statements
2 participants