Posts by Leonardo Oliveira • 3 points
1 post
-
0
votes1
answer523
viewsQ: export default class and import not working
I am trying to perform the default export of a class in Node.js, but when I try to compile the main.js file a type error is returned: Syntaxerror: Unexpected Identifier at new Script (vm.js:84:7)…