Folder containing tests and discussiones of existing babel-plugins.
Many of the examples come from the mentioned in the repo https://github.com/babel/awesome-babel?tab=readme-ov-file
There is a folder for each plugin with the name of the plugin.
- Babel plugin Remove debugger transform. This plugin removes all
debugger;
statements- Is probably the simplest example of a babel plugin. Belongs to the monorepo https://github.com/babel/minify: ✂️ An ES6+ aware minifier based on the Babel toolchain (beta)
- babel-plugin-transform-remove-debugger index.js
- version
- implicit-return
- TC39 Pattern Matching