Skip to content

Error reported on Promise related syntax #24

@eanon

Description

@eanon

Hello,

JS Map Parser reports an error on a Promise related syntax.

For example, this code (coming from a TinyMCE example) raises the error "Unexpected token >" on the first line.

const upload_img = (blobInfo, progress) => new Promise((resolve, reject) => {
  /* code here */
});

In case the development of this nice Notepad++ plugin would be active again in the future...

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