Skip to content

v5.4.1

Choose a tag to compare

@XhmikosR XhmikosR released this 27 Apr 05:55
· 18 commits to main since this release

What's Changed

Bug Fixes

  • Strip .d.ts extension by length, not by first-match replace
  • Replace deprecated String#substr with String#slice

Performance

  • Reuse a single TypeScript compiler host across tsLookup calls
  • Skip loading typescript when no tsConfig is given
  • Use fs.statSync throwIfNoEntry option

Maintenance

  • Streamline debug statements
  • Update minor and patch dependencies

Full Changelog: v5.4.0...v5.4.1