Skip to content

chore: stop publishing broken declaration and source maps#664

Open
B4nan wants to merge 1 commit into
masterfrom
chore/no-broken-declaration-maps
Open

chore: stop publishing broken declaration and source maps#664
B4nan wants to merge 1 commit into
masterfrom
chore/no-broken-declaration-maps

Conversation

@B4nan
Copy link
Copy Markdown
Member

@B4nan B4nan commented May 29, 2026

The published tarball excludes src but ships .d.ts.map/.js.map that reference ../src/*.ts, so the maps never resolve — editors fall back to the compiled .d.ts/.js instead of the original source. Disabling declarationMap/sourceMap stops emitting these dead maps and shrinks the tarball.

🤖 Generated with Claude Code

@github-actions github-actions Bot added this to the 141st sprint - Tooling team milestone May 29, 2026
@github-actions github-actions Bot added the t-tooling Issues with this label are in the ownership of the tooling team. label May 29, 2026
@B4nan B4nan added the adhoc Ad-hoc unplanned task added during the sprint. label May 29, 2026
The published tarball excludes `src` but ships `.d.ts.map`/`.js.map`
that reference `../src/*.ts`, so the maps never resolve and editors
fall back to the compiled output. Disable `declarationMap`/`sourceMap`
so these dead maps are no longer emitted.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@B4nan B4nan force-pushed the chore/no-broken-declaration-maps branch from cd9b887 to 0eb6854 Compare May 29, 2026 15:09
@B4nan B4nan requested a review from bliuchak May 29, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants