Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Demo for "Warping Time with Async/Await" talk for jsheroes.io

Notifications You must be signed in to change notification settings

cassilup/async-await-codemod-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cowsay running on Express -- Async/Await Transform Demo

This is support code for my http://jsheroes.io Conference slides. First Slide

Run:

npm install -g jscodeshift

And then automatically convert index.js to use async/await by running:

jscodeshift -t codemods/async-await-transform.js index.js

About

Demo for "Warping Time with Async/Await" talk for jsheroes.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published