Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run prettier in test file * cache implementation * test enabled cache option * make sure cache is always populated * update docs for cache options * compare exporers shape completely * restructure tests + cache off tests * remove unused type annotation * refactor to two loops for more efficient look up * fix double cache check * tests for no extension loader * remove cache check in clear cache functions * Revert "remove cache check in clear cache functions" This reverts commit f2a4440. * do not check for existence in visited set before adding * checking for undefined is faster than looking up key in a map again * use parentDir util instead of path.dirname * lower branch test coverage threshhold to 98.9%
- Loading branch information