refactor: enforce internal export boundaries - #51
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
36 tasks
chh-ay
force-pushed
the
perf/complete-v0-4-0
branch
from
August 11, 2026 10:19
a6eac9a to
32247f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
exportmodifiers across core and XLSX after symbol-aware reference checks.api:check; public entry files stay excluded and test consumers are included.Verification
bun run api:check— passed, including the new internal unused-export gate.bun run typecheck:packages— all six package workspaces passed.bun test packages/core/test packages/xlsx/test— 854 passed, 6 skipped, 0 failed.bun run docs:check— passed.bun run lint— passed with only the existing oversized conformance-corpus warning.bun run build:packages— all package builds passed.bun run changeset:status— core/WASM minor; remaining publishable workspaces patch; no major bump.Release tracker
This resolves the two maintainability checkboxes and the stale
Cargo.tomlrationale in #33. The six-cell WASM build matrix remains open: exploratory size builds completed, but the unchanged canonicalbench:formulagate failed four clean attempts on different p95/median cells, so no post-link profile decision is claimed and no threshold is weakened.