Typescript Transform Paths Versions Save

Transforms module resolution paths using TypeScript path mapping and/or custom paths

v3.4.7

2 months ago

3.4.7 (2024-02-20)

Bug Fixes

  • Numerous issues with elision due to new TS features in v5+ (fixes #184) (d4f89af)

v3.4.6

1 year ago

3.4.6 (2023-01-06)

Bug Fixes

  • Cover edge case issues with case-insensitive filesystems (968ee7b)

v3.4.5

1 year ago

3.4.5 (2023-01-05)

Bug Fixes

  • OSX paths can be rewritten improperly (fixes #167) (0ff48d7)

v3.4.4

1 year ago

3.4.4 (2022-10-24)

Bug Fixes

  • NX Transformer entry script not included in NPM package (fixes #166) (4396e0c)

v3.4.3

1 year ago

3.4.3 (2022-10-21)

Bug Fixes

v3.4.2

1 year ago

3.4.2 (2022-10-21)

Bug Fixes

  • Edge cases exist which causes ts-node to fail with register script (fixes #162) (0dbe06e)

v3.4.1

1 year ago

3.4.1 (2022-10-20)

Bug Fixes

  • ImportType node children do not transform (fixes #150) (70871d2)

v3.4.0

1 year ago

3.4.0 (2022-10-20)

Features

  • Added NX Transformer (6619164)
  • Updated library to support latest TypeScript & ts-node (cbeb29c)

Bug Fixes

  • Fixed incorrect signature return type for transformer (fixes #156) (a40b378)

v3.3.1

2 years ago

3.3.1 (2021-08-16)

Bug Fixes

  • External project references not resolved properly in composite projects (fixes #125) (4a16396)

v3.0.2

2 years ago

Added accommodation for changes to latest TS dev build and further stabilized resolution strategy