Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: poppinss/ts-exec

Relax swc core to pull patch releases

07 Feb 05:44

Choose a tag to compare

1.4.4 (2026-02-07)

Bug Fixes

  • import .tsx using import mapping (31292f6)

Fix sourcemaps activation

27 Jan 21:06

Choose a tag to compare

1.4.3 (2026-01-27)

Bug Fixes

  • call process.setSourceMapsEnabled to get better stack traces. (f2c8f0c)

Import attributes support

21 Jan 14:55

Choose a tag to compare

1.4.2 (2026-01-21)

Bug Fixes

Update dependencies

12 Aug 09:03

Choose a tag to compare

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

07 Jun 14:20

Choose a tag to compare

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

07 Jun 07:39

Choose a tag to compare

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

28 May 09:49

Choose a tag to compare

Remove usage of resolve-pkg-maps

23 May 19:25

Choose a tag to compare

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

15 May 14:02

Choose a tag to compare

1.1.5 (2025-05-15)

Full Changelog: v1.1.4...v1.1.5

Release 1.1.4

13 May 07:28

Choose a tag to compare

1.1.4 (2025-05-13)