Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shirshendubhowmick/top-level-await-demo
- Owner: shirshendubhowmick
- License: mit
- Created: 2021-01-20T21:16:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T14:37:33.000Z (almost 4 years ago)
- Last Synced: 2024-12-10T03:07:24.962Z (about 1 month ago)
- Topics: ecmascript, javascript, top-level-await
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```