Skip to content

v0.6.0

Choose a tag to compare

@dannote dannote released this 24 Apr 12:08
· 41 commits to master since this release
  • Move resolution modules under NPM.Resolution: PackageResolver, Exports, and Conditional
  • Support nested conditional package exports, array targets, and wildcard export patterns in NPM.Resolution.Exports
  • Add package imports resolution for internal specifiers such as #compiler/builders
  • Add NPM.Resolution.PackageResolver.nearest_package/1 and NPM.Resolution.PackageResolver.package_root/2
  • Harden package resolution for modern packages such as Svelte and @jridgewell/*
  • Fix optional tarball linker test isolation