Skip to content

Build error "ERROR in node_modules/angular-dual-listbox/lib/basic-list.d.ts(14,9): error TS1086: An accessor cannot be declared in an ambient context." #127

Description

@JahazielSam

Getting the below error while run & build.

ERROR in node_modules/angular-dual-listbox/lib/basic-list.d.ts(14,9): error TS1086: An accessor cannot be declared in an ambient context.

While i have the below code in the file which meets this error.

export declare class BasicList { /** Name of the list */ private _name; /** Last element touched */ last: any; /** text filter */ picker: string; dragStart: boolean; dragOver: boolean; pick: Array<any>; list: Array<any>; sift: Array<any>; constructor(name: string); get name(): string; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions