Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(lib/utils.js): Replace
hasMatchingExtname
implementation
Swapped out the `RegExp.test` implementation for `Array.some` one, providing ~3.5x speedup.
- Loading branch information