Recursive object
Open
bug
- Dominant language
- JavaScript
- Stars
- 874
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Input
```js
value = { ['key']: value }
```
Output
```js
value = {};
value['key'] = value
```
It creates a recursive object.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Reproduce the input through Buble's object-literal transformation, then locate the transformation entry point and existing regression tests; done means the recursive object remains valid and preserves the self-reference rather than producing an invalid or incorrect rewrite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100