Talk Master the Art of the AST and Take Control of Your JS by Yonatan Mevorach
Talk Master the Art of the AST and Take Control of Your JS by Yonatan Mevorach
- Master the Art of the AST and Take Control of Your JS by Yonatan Mevorach.
- Talk on the same topic at Javascript Israel by Yonatan Mevorach
ASTExplorer
ESLint Piggyback example
Babel remove “debugger” example
- Babel plugin Remove debugger transform. This plugin removes all
debugger;
statements - babel-plugin-transform-remove-debugger at GitHub
jscodeshift example
- codeshift at GitHub
- Write Code to Rewrite Your Code: jscodeshift
- jscodeshift example
- jscodeshift cpojer/js-codemod no-vars.js
Repositorios interesantes de cowchimp
- AST Scout is a tool for analyzing and visualizing the relationship between the public API of a Class\Module and its implementations details (e.g. private methods, dependencies used).
- A web tool to explore the ASTs generated by various parsers. https://astexplorer.net/
- A curated list of awesome AST resources
AST: Awesome Super Tool - JS Roundabout - April 2019
This is a talk similar to Yonatan Mevorach by Leonardo Crespo given in 2019:
- AST: Awesome Super Tool - JS Roundabout - April 2019 by Leonardo Crespo