antvis / util

utility library for AntV products.
MIT License
74 stars 28 forks source link

fix: remove spread operator for better perf #90

Closed xiaoiver closed 2 years ago

xiaoiver commented 2 years ago

https://github.com/antvis/G/issues/1117#issuecomment-1210199252

使用 spread 操作符导致构建后出现的 spreadArray 会影响一些性能。