Home > Q&A > body text
class SomeController { static async someFunction() { // await } } export default SomeController;
Why is the Unexpected token export error reported in node?
滿天的星座2017-05-16 13:30:16
Because it is not supported.