https://github.com/plxity/babel-plugin-talk
Code source for the workshop at JSLovers
https://github.com/plxity/babel-plugin-talk
Last synced: about 2 months ago
JSON representation
Code source for the workshop at JSLovers
- Host: GitHub
- URL: https://github.com/plxity/babel-plugin-talk
- Owner: plxity
- Created: 2021-08-27T11:15:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T18:31:28.000Z (over 3 years ago)
- Last Synced: 2025-02-05T08:11:10.414Z (3 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Babel-plugin workshop JSLovers
This repo contains the basic setup of the project which will be used during the workshop.
Please clone and install dependencies before attending it.### Steps
```
1. git clone https://github.com/plxity/Babel-plugin-talk.git
2. npm install
```### Tasks
All the tasks will be done with the help of babel-plugin.
1. Removing ```console.log()``` from our code.
2. Changing variable name used in the function.
3. Converting an arrow function into regular function.
4. Making a new syntax very similar to ```pair``` in C++.### How to reach out to me?
In case you have any doubts or confusion, you can reach out to me on [Twitter](https://twitter.com/apoorv_taneja). Will be happy to solve your doubts.### Important Links
- [Presentation](https://docs.google.com/presentation/d/1RuR08uun2Pt76lgMWZFtkndXAlcmhl1RXQ8HLQPCbGY/edit?usp=sharing)
- [Babel Handbook](https://github.com/jamiebuilds/babel-handbook)