oxc-project / oxc-project/backlog
AST return early visitor
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Rolldown may need a return early visitor for its scanner to avoid panics.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/visitor.rs lines 146-148 in the referenced lightningcss revision, then inspect crates/rolldown/src/ast_scanner/mod.rs lines 368 and 377-380. Determine whether Rolldown's scanner needs the same return-early visitor behavior; done means the relevant scanner path no longer panics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100