Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « plugin-syntax-top-level-await « @babel « node_modules « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 476cb27d6bbb77bff9ee57859b6e3f4322ab8ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# @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/next/babel-plugin-syntax-top-level-await.html) 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
```