class SomeController { static async someFunction() { // await } } export default SomeController;
Why is the Unexpected token export error reported in node?
认证0级讲师
Because it is not supported.
Because it is not supported.