-
Notifications
You must be signed in to change notification settings - Fork 626
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
fix(metro-resolver): package exports restricted paths #1239
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1239 +/- ##
=======================================
Coverage 83.47% 83.48%
=======================================
Files 207 207
Lines 10731 10734 +3
Branches 2673 2675 +2
=======================================
+ Hits 8958 8961 +3
Misses 1773 1773 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, importing to run on the wider Meta codebase
@huntie has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@jbroma I've updated the summary with a Landing this PR now, hopefully makes it into today's release. |
Summary
This PR deals with restricting internal paths through the most specific subpath pattern edge case from #1236
reduceConditionalExport
to account for implicit default conditionChangelog: [Experimental] Fix implicit default condition to be
null
for subpath patterns (edge case)Test plan