Releases: poppinss/ts-exec
Relax swc core to pull patch releases
Fix sourcemaps activation
Import attributes support
Update dependencies
1.4.1 (2025-08-12)
Full Changelog: v1.4.0...v1.4.1
Support query string imports and disallow .ts imports unless rewriteRelativeImportExtensions is enabled
1.4.0 (2025-06-07)
Features
- allow imports with query strings (729ed52)
- disallow .ts imports, unless using rewriteRelativeImportExtensions (948b366)
Full Changelog: v1.3.0...v1.4.0
Always allow .js, .mjs, .jsx, and .cjs file extensions
1.3.0 (2025-06-07)
The files imported with .js extensions will always be resolved by checking for the equivalent file with the .ts extension.
This is because if I have a dynamic import (using variables), TSC will not rewrite it. I want to write this import in a way that works during both development and production.
The only way to make it work is via the ".js" file extension. In that case, we want ts-exec to be able to import ".js" files as well. Forcing ".ts" means I am cornered after the production build.
Features
- always resolve .ts files when .js file extension is used (bdbf800)
Full Changelog: v1.2.1...v1.3.0
Use rewriteRelativeImportExtensions to decide if to rewrite the file extension
1.2.1 (2025-05-28)
Full Changelog: v1.2.0...v1.2.1
Remove usage of resolve-pkg-maps
1.2.0 (2025-05-23)
Instead rely on Node.js to resolve the subpath imports
Features
- remove usage of resolve-pkg-maps package (0999d3f)
Full Changelog: v1.1.5...v1.2.0
Pin swc
1.1.5 (2025-05-15)
Full Changelog: v1.1.4...v1.1.5