feat: allow subpath imports that start with #/#907
Conversation
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
closes #904 This opens up the door to symmetric `exports` and `imports`: package.json: ``` { "exports": { "./*": "./src/*" }, "imports": { "#/*": "./src/*" } } ```
751565c to
4e19df7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #907 +/- ##
=======================================
Coverage 94.41% 94.41%
=======================================
Files 17 17
Lines 3315 3315
=======================================
Hits 3130 3130
Misses 185 185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #907 will degrade performances by 7.87%Comparing Summary
Benchmarks breakdown
Footnotes
|

closes #904
This opens up the door to symmetric
exportsandimports:package.json: