-
-
Notifications
You must be signed in to change notification settings - Fork 791
Closed
Closed
Copy link
Labels
A-LinterArea: linterArea: linterL-JavaScriptLanguage: JavaScript and super languagesLanguage: JavaScript and super languagesS-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Description
Environment information
- "@biomejs/biome": "2.2.6"
export type BaseColumnKey<T extends readonly string[]> = T[number] extends
| `-${infer Base}`
| infer Base
? Base
: neverRule name
lint/suspicious/noRedeclare
Playground link
Expected result
This should not report this as a redeclare. (or should it ?)
Code of Conduct
- I agree to follow Biome's Code of Conduct
Metadata
Metadata
Assignees
Labels
A-LinterArea: linterArea: linterL-JavaScriptLanguage: JavaScript and super languagesLanguage: JavaScript and super languagesS-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug