refactor(core): replace parent-relative imports with # package imports - #1044
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1044 +/- ##
=======================================
Coverage 89.46% 89.46%
=======================================
Files 203 203
Lines 19039 19047 +8
Branches 1782 1782
=======================================
+ Hits 17033 17041 +8
Misses 1999 1999
Partials 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
| File | Main | PR | Change |
|---|---|---|---|
orama-db.json |
9.15 MB | 9.14 MB | -1.15 KB (-0.0%) |
Performance estimate (single CI run)
- Generation time: 31.2% faster (9.99 s → 6.87 s)
- Peak memory: 2.7% higher (1.76 GB → 1.81 GB)
web Generator
Output size: 1 file changed · net -168.00 B
File size details
| File | Main | PR | Change |
|---|---|---|---|
all.html |
31.74 MB | 31.74 MB | -168.00 B (-0.0%) |
Performance estimate (single CI run)
- Generation time: 3.9% faster (87.47 s → 84.04 s)
- Peak memory: 0.1% higher (4.71 GB → 4.72 GB)
|
The leave-comment action was successful. #1044 (comment) |
bmuenzenmeyer
left a comment
There was a problem hiding this comment.
we do this in nodejs.org - except with a single root
doc-kit inception! |
|
btw: We need to ensure this will still work on the published package and when consumed by downstream packages. |
Description
refer to https://beta.docs.nodejs.org/packages#subpath-imports
Validation
Related Issues
Check List
node --run testand all tests passed.node --run format:check&node --run lint.