babel
babel copied to clipboard
Delete unused array helpers
Q | A |
---|---|
Fixed Issues? | Partial fix for Issue #16500 / PR #16518 |
Patch: Bug Fix? | |
Major: Breaking Change? | Possibly, utils were removed. Not sure if they were apart of the public API. |
Minor: New Feature? | |
Tests Added + Pass? | Yes |
Documentation PR Link | |
Any Dependency Changes? | |
License | MIT |
Per the discussion in https://github.com/babel/babel/pull/16518#pullrequestreview-2070195159, I've removed the two unused array helpers, iterableToArrayLimitLoose.ts
, and slicedToArrayLoose.ts
mentioned in this https://github.com/babel/babel/pull/16518#discussion_r1609325145.
CC @nicolo-ribaudo