You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this tool is designed to work in Node.js environment, es6/imports isn't supported yet in nodeJS (except running node with --experimental-modules) .
You can use a transpiler such as babel to convert es6 to es5 and run the tool on the results.
The second option that there is a lib called babel-register which can convert es6 to es5 at runtime but I don't know if it will work as excepted or not, so I'm going to give it a try this night and update the tool if it worked properly.
The text was updated successfully, but these errors were encountered: