lazy-file@3.7.0
Breaking Changes📦 remix
⚠ 1 breaking🐛 1 fixes🔧 2 symbols
Summary
This release switches the build system from esbuild to tsc, resulting in a mirrored directory structure in the distribution folder, and resolves TypeScript 5.7 compatibility issues.
⚠️ Breaking Changes
- The internal file structure of the 'dist' directory has changed to mirror the 'src' directory due to switching from esbuild to tsc. This may break projects relying on deep imports from specific paths within 'dist'.
Migration Steps
- If you are importing directly from the 'dist' folder, update your import paths to match the new directory structure which now mirrors the 'src' layout.
🐛 Bug Fixes
- Fixed type errors occurring in TypeScript 5.7+ when using typed arrays.
🔧 Affected Symbols
distTypedArray