Does not transform condition correctly
Open
bug
minor
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
For example this `la(check.bool(1 === 1));` is transformed in `check.bool(1; // 1);`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the transformation path that handles conditions like `check.bool(1 === 1)` and reproduce the issue with the example from the report. Done means the transformed output preserves the complete condition instead of producing `check.bool(1; // 1);`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100