Skip to content

v1.8.12

Latest

Choose a tag to compare

@artpar artpar released this 18 Jun 16:00

Fixed

  • Fixed dynamic import() evaluation by routing ImportExpression through the configured moduleResolver.
  • Dynamic imports now preserve static import resolver behavior, including importer fromPath, resolved-path caching, native module exports, computed specifiers, and clear missing-module errors.
  • Added detailed regression coverage for dynamic import success and failure paths.

Fixes #19.

Verification

  • npm test
  • npm run build
  • npm pack --dry-run --json