js-map-parser
js-map-parser copied to clipboard
Error reported on Promise related syntax
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...