Open sqwk opened 8 years ago
When bundling definitions for two classes (in separate files) that extend one another, the output definition file ends up with duplicate identifiers:
export declare class SomeClass { } export class SomeClass { }
Can these two be merged automatically?
Has anyone made any progress on this? I'm encountering the same problem!
When bundling definitions for two classes (in separate files) that extend one another, the output definition file ends up with duplicate identifiers:
Can these two be merged automatically?