Skip to content

v1.7.16: Convert Windows absolute paths to file URLs for ESM dynamic imports

Choose a tag to compare

@M-Chris M-Chris released this 21 Jan 03:57
· 36 commits to main since this release

Fix: Convert Windows absolute paths to file URLs for ESM dynamic imports

  • Add filePathToImportURL utility to handle Windows path conversion
  • Fix auto-discovery system to work with Windows absolute paths
  • Update module loader to use proper file URLs on Windows
  • Add comprehensive tests for cross-platform path handling
  • Fixes issue where C:\path\to\module paths failed on Windows