Skip to content

2.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 21 Aug 15:40
· 115 commits to main since this release

Add loading from all places Node requires from

Careful: Passing foo to load ./foo.js previously worked.
No longer. Use ./foo instead.

  • The previous version only check so many places, this
    mimics Node’s strategy exactly;
  • Add support for searching from multiple paths.