Webpack Babel Uglifyjs Rollup ESLint Istanbul Ternjs jscodeshift
Slide 4
//TODO Write linting rules to enforce your team’s code conventions
ESLint ESTreebased AST
Write your own javascript transpiling code Write powerful “code-mods” to automatically refactor thousands of legacy scripts from ES5 to ES6
Visitor Pattern jscodeshift
Slide 5
Yonatan Mevorach
Front-End Tech-Lead at
blog.cowchimp.com github.com/cowchimp @cowchimp
Slide 6
Abstract Syntax Tree
cb http://flic.kr/p/gC4EkS
Slide 7
var foo = 'bar';
Program Body Variable Declaration
Kind
Declarations Variable Declarator Id
Init
Identifier
Literal