Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shirshendubhowmick/top-level-await-demo

A demo of upcoming top level await feature of JavaScript
https://github.com/shirshendubhowmick/top-level-await-demo

ecmascript javascript top-level-await

Last synced: 18 days ago
JSON representation

A demo of upcoming top level await feature of JavaScript

Awesome Lists containing this project

README

        

# Top Level Await demo
A demo of upcoming top level await proposal for JavaScript.

This repo uses Babel and Webpack v5 compiling top level await.

About the proposal
https://github.com/tc39/proposal-top-level-await

### Quick start (Webpack dev server)

```bash
npm install
npm start
```

### Build command
```bash
npm run build
```