/conf-holyjs-moscow-2020

Material for HolyJS 2020 Moscow

Primary LanguageTypeScript

Babel: A refactoring tool

HolyJS Moscow 2020

slides

codemod

demo app


To run the demo:

cd todomvc
npm ci # Install the dependencies specified in the lockfile
npm run build
npm run start

To run the codemod on the demo:

cd codemod
npm ci # Install the dependencies specified in the lockfile
cd ..

node codemod/run.js todomvc/js/*.{ts,tsx}