Skip to content

v1.6.0

Compare
Choose a tag to compare
@pi0 pi0 released this 21 Feb 16:19
· 22 commits to main since this release

compare changes

πŸš€ Enhancements

  • Add declaration type in ESMExport (#227)
  • utils: Add pathToFileURL (cdcbcb7)

πŸ”₯ Performance

  • resolver: Stat absolute paths once in fast path (#229)
  • resolver: Remove intermediate pcall util (#230)
  • resolve: Enable fast path for file urls (#231)

🩹 Fixes

  • resolver: Strictly check input (778bd73)

πŸ’… Refactors

  • resolver: Use pathToFileURL from mlly (982a7a9)
  • Strict type checks (77ebe50)

βœ… Tests

  • resolver: Add test for node bultins (58407dd)
  • fileURLToPath, pathToFileURL: Add windows specific tests (bfa2bbe)

❀️ Contributors

  • Pooya Parsa (@pi0)
  • Tamago