Fixed
- Fixed dynamic
import()evaluation by routingImportExpressionthrough the configuredmoduleResolver. - 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 testnpm run buildnpm pack --dry-run --json