搜索 "lookup" 的结果(共 4 个)
jest-haste-map
`jest-haste-map` is a module used by Jest, a popular JavaScript testing framework, to create a fast lookup of files in a project. It helps Jest efficiently locate and track changes in files during testing, making it particularly useful for large projects
MIT
async-cache
Cache your async lookups and don't fetch the same thing more than necessary.
ISC