8 comments (8 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript4,377 stars (4,377 stars)223 forks (223 forks)batch import
help wanted
Description
It'd be nice to be able to toggle Babili transforms in REPL
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- toolingdeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- JavaScriptBabel plugin concept
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Explore the REPL implementation in the babel/minify repository, likely in a file like 'repl.js' or similar. Understand how Babili transforms are currently applied. Then design a UI or command line toggle to enable/disable specific plugins. Check existing comments for any prior discussion on implementation details.