1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript9,021 stars (9,021 stars)694 forks (694 forks)batch import
help wanted
Description
能否在项目中支持 ... 解构等语法 如何自定义支呢?
Contributor guide
- Tech stack
- javascript
- Domain
- full stack
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- 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
- Understanding of Chameleon's compilation pipelineKnowledge of JavaScript parser/transpiler
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue requests support for destructuring syntax but lacks specific details. Review the project's existing syntax handling and parser (likely in the codebase). Check the single comment for any clarification. There are no linked PRs. Investigate how other syntax features are implemented to propose a similar approach.