a babal-plugin can parse more es6 code
and can be more easy to integrate with gulp/webpack.
Contributor guide
Tech stack
javascript
Domain
toolingbuild system
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.
half day
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.
unclear
Prerequisites
Babel plugin APINode.jsJavaScript ES6
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Examine the existing optimize js source code to understand how it optimizes JavaScript parsing. Research Babel plugin API documentation to design a plugin that integrates optimize js transformations. Check the 5 comments on this issue for any user feedback or suggested approaches. Since the repository is unmaintained, consider forking the project or asking the maintainer if they would accept a PR.