jhen0409 / jhen0409/babel-plugin-transform-array-push
Support known return array functions
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] Object.keys(), Object.getOwnPropertyNames(), Object.getOwnPropertySymbols()
- [ ] Array(), Array.from(), Array.of()
- [ ] [Array prototype functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Methods_2)
- [ ] Check function chaining (`Array().map().filter()`)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the existing transform that handles arr.push(a), then investigate how the listed Object and Array functions and chained calls are represented. Completion means supporting the checklist items, including Array prototype functions and chaining; the issue names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- babel, javascript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100