Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
12.6
-
None
-
None
-
Ubuntu 20.04.3
NetBeans 12.6
Description
Editor flags
return import(filepath);
as an error in babel/core/lib/config/files/import .js
"Expected an operand but found import"
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = import_; function import_(filepath) { return import(filepath); }
Attachments
Issue Links
- duplicates
-
NETBEANS-4597 JavaScript import() command shows up as an error in the IDE.
-
- Closed
-