Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Adjusts TypeScript declaration-file detection so filenames like d.ts are not incorrectly classified as declaration files.
Changes:
- Updates
.ts/.mts/.ctsdeclaration detection logic to require a non-empty basename before the.dmarker. - Adds new test cases covering
d.ts,.d.ts, and corresponding.mts/.ctsvariants.
Merging this PR will not alter performance
Comparing Footnotes
|

No description provided.