Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate redundant object creation in resolveFunctionKeys
Building an object of N keys incrementally using Object.reduce + splat results in N intermediate objects. We should just create one object and assign each key.
- Loading branch information