search

Home  >  Q&A  >  body text

javascript - node version 7.10, error reported when using export default

class SomeController {
    static async someFunction() {
        // await
    }
}

export default SomeController;

Why is the Unexpected token export error reported in node?

PHP中文网PHP中文网2748 days ago596

reply all(1)I'll reply

  • 滿天的星座

    滿天的星座2017-05-16 13:30:16

    Because it is not supported.

    reply
    0
  • Cancelreply