Skip to content

fix: enable inlineSources in tsconfig to fix broken sourcemaps in npm packages#1514

Open
AshikaAnand12 wants to merge 2 commits into
a2ui-project:mainfrom
AshikaAnand12:fix/inline-sources-sourcemaps
Open

fix: enable inlineSources in tsconfig to fix broken sourcemaps in npm packages#1514
AshikaAnand12 wants to merge 2 commits into
a2ui-project:mainfrom
AshikaAnand12:fix/inline-sources-sourcemaps

Conversation

@AshikaAnand12
Copy link
Copy Markdown

Fix for #1309

Description

Set inlineSources: true in all TypeScript package tsconfig files so that source content is embedded directly in sourcemaps. This fixes broken sourcemap warnings when consuming published npm packages with bundlers like Vite or webpack.

Pre-launch Checklist

If you need help, consider asking for advice on the discussion board.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates multiple tsconfig.json files across various renderers, samples, and tools to set inlineSources to true. This ensures that the TypeScript source code is embedded directly inside the generated source maps. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant