云功能支持Async Await

时间:2017-10-29 13:54:37

标签: firebase google-cloud-platform google-cloud-functions

可以通过以下方式自定义Google Cloud功能的package.json:

"scripts": {
    "start": "node --harmony-async-await index.js"
  }

我需要async await支持而不使用Typescript。

0 个答案:

没有答案