This repo contains the basic setup of the project which will be used during the workshop. Please clone and install dependencies before attending it.
1. git clone https://github.com/plxity/Babel-plugin-talk.git
2. npm install
All the tasks will be done with the help of babel-plugin.
- Removing
console.log()
from our code. - Changing variable name used in the function.
- Converting an arrow function into regular function.
- Making a new syntax very similar to
pair
in C++.
In case you have any doubts or confusion, you can reach out to me on Twitter. Will be happy to solve your doubts.