Make Path.prototype.{each,map,filter} aware of Path.prototype.replace
Open
bug
enhancement
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now "undefined" is the most charitable word for the behavior of the various iteration methods when `this.replace` is called during the callback.
Should the callback be applied to the replacements? I think so, in most cases.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.