bublejs / bublejs/buble

Recursive object

Open
#234 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.