//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 4
Webpack Babel Uglifyjs Rollup ESLint Istanbul Ternjs jscodeshift
Slide 5
Abstract Syntax Tree
cb http://flic.kr/p/gC4EkS
Slide 6
var foo = 'bar';
Program Body Variable Declaration
Kind
Declarations Variable Declarator Id
Init
Identifier
Literal