-
-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
bugtypesIssues that happen in TypeScript or that require typesIssues that happen in TypeScript or that require types
Description
Same issue in Biome linter: biomejs/biome#6142
Rule prefer-array-flat fix is not safe.
const randomObject = {
flatMap(f) {
f()
}
}
randomObject.flatMap((x) => x)testcase
Metadata
Metadata
Assignees
Labels
bugtypesIssues that happen in TypeScript or that require typesIssues that happen in TypeScript or that require types