Simplify dts bundles and clean up globby wrapper#1012
Merged
ecraig12345 merged 1 commit intomicrosoft:masterfrom Feb 10, 2026
Merged
Simplify dts bundles and clean up globby wrapper#1012ecraig12345 merged 1 commit intomicrosoft:masterfrom
ecraig12345 merged 1 commit intomicrosoft:masterfrom
Conversation
d6f5658 to
1294f35
Compare
1294f35 to
c79fb73
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.
dts bundle fixes:
lageand@lage-run/globbylage's separate file for backfill types is no longer needed sincedts-bundle-generatornow has better name collision handling (at least for that circumstance)dts-bundle-generatorto support regexinlinedLibrariesand.d.mtsfileslagebundle fixes:scripts/bundle.mjsretain-dynamic-import-plugin.jswhich was unusedglobby wrapper fixes:
globby@14, which is incompatible with Node 14. Switch to version 13 for now.exports: the order was wrong, and some of the entries were invalid (the package only ships cjs, so the correct condition for a package with implicittype: "commonjs"isdefault;sourceandtypesmust come before that)fast-globtypes to work around issues withdts-bundle-generatorand namespace exports (especially ones that are renamed and/or have overlapping names with other types)Other build fixes:
transpilestep should ONLY check thesrcdir. Everything else is irrelevant.emitDeclarationOnlyin the base tsconfig, rather than as an override in thetypestask