Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore *.d.*ts.map when packing generated packages #3069

Merged
merged 5 commits into from
Mar 5, 2025

Conversation

jeremymeng
Copy link
Member

@jeremymeng jeremymeng commented Feb 24, 2025

They are used to support code navigation in IDEs when the *.ts source code are
also included in the package. As we don't pack source, they are not useful by
themselves. This PR update codegen to not include them in the files list.

Related PR in azure sdk repository for core packages: Azure/azure-sdk-for-js#32490. I plan to do similar changes for rest of packages too.

They are used to support code navigation in IDEs when the *.ts source code are
also included in the package.  As we don't pack source, they are not useful by
themselves.  This PR update codegen to not include them in the `files` list.
@qiaozha qiaozha self-assigned this Feb 26, 2025
@qiaozha qiaozha enabled auto-merge (squash) March 5, 2025 08:26
@qiaozha qiaozha merged commit 83c4544 into Azure:main Mar 5, 2025
17 checks passed
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.

2 participants