Skip to content

.d.ts generation is missing semi-colons following addEventListener or removeEventListener statements. #101

@nichamp

Description

@nichamp

For example:

    class WebAccountMonitor {
        addEventListener(type: "accountpictureupdated", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        addEventListener(type: "defaultsigninaccountchanged", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        addEventListener(type: "removed", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        addEventListener(type: "updated", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        removeEventListener(type: "accountpictureupdated", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        removeEventListener(type: "defaultsigninaccountchanged", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        removeEventListener(type: "removed", listener: Windows.Foundation.TypedEventHandler<any, any>): void
        removeEventListener(type: "updated", listener: Windows.Foundation.TypedEventHandler<any, any>): void
    }

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions