跳至內容

oxc/no-async-await 限制

作用

禁止使用 async/await。

範例

javascript
async function foo() {
  await bar();
  return baz();
}

參考資料

以 MIT 授權釋出。