Urara-Blog/node_modules/.pnpm-store/v3/files/15/86c68c6ceae745614727a341b2ad652e0d319bdb920eb9da4be421b67ed11ccae6480f5a55948cc22bec2b2e54f3ad75d6fc6a1a12e10d99d45e44d1fa8cf7
2022-08-14 01:14:53 +08:00

19 lines
402 B
Text

# @babel/plugin-syntax-top-level-await
> Allow parsing of top-level await in modules
See our website [@babel/plugin-syntax-top-level-await](https://babeljs.io/docs/en/babel-plugin-syntax-top-level-await) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-top-level-await
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-top-level-await --dev
```