es-tooling / module-replacements

A manifest of JS modules and their more modern/active replacements
MIT License
509 stars 28 forks source link

find-up #148

Open benmccann opened 2 months ago

benmccann commented 2 months ago

Usually find-up-simple would be sufficient. And in many cases I've just written the code myself instead

lukeed commented 2 months ago

havent' benched the simple variant, but escalade was significantly faster and smaller

43081j commented 2 months ago

walk-up-path is often enough too (a pretty old and battle tested package)

I would list that and escalade at least since they're not providing exactly the same functionality