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 MevorachPermalink
- 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
ASTExplorerPermalink
ESLint Piggyback examplePermalink
Babel remove “debugger” examplePermalink
- Babel plugin Remove debugger transform. This plugin removes all
debugger;
statements - babel-plugin-transform-remove-debugger at GitHub
jscodeshift examplePermalink
- codeshift at GitHub
- Write Code to Rewrite Your Code: jscodeshift
- jscodeshift example
- jscodeshift cpojer/js-codemod no-vars.js
Repositorios interesantes de cowchimpPermalink
- 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 2019Permalink
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