Skip to content

#53258 breaks ckeditor__ckeditor5-upload on DT #53459

Closed
@sandersn

Description

@sandersn

Here is a small repro based on that package:

export default class FileReader implements Observable {
    set(option: Record<string, unknown>): void;
    set(name: string, value: unknown): void;
}
export interface Observable {
    set(...args: [option: Record<string, unknown>] | [name: string, value: unknown] | [name: string]): void;
}

Metadata

Metadata

Assignees

Labels

Add a FlagAny problem can be solved by flags, except for the problem of having too many flagsBugA bug in TypeScriptFix AvailableA PR has been opened for this issueRecent RegressionThis is a new regression just found in the last major/minor version of TypeScript.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions