Skip to content

v11.14.1

Choose a tag to compare

@Boshen Boshen released this 30 Nov 03:17
· 20 commits to main since this release
5c876f8

🐛 Bug Fixes

  • incorrect resolution when project reference extends a tsconfig without baseUrl (#882) (by @Boshen) - #882
  • store PathBuf with weak pointers to handle cache clearing (#879) (by @Boshen) - #879

⚡ Performance

  • remove an allocation from CachedPath::module_directory (#880) (by @Boshen) - #880
  • skip searching for node_modules/@scope/package.json (#876) (by @Boshen) - #876
  • remove the redundant node_modules/package/index cache value (#875) (by @Boshen) - #875

🧪 Testing

  • change all fixture directory names to dashed case (#884) (by @Boshen) - #884

Contributors