typescript-transform-paths icon indicating copy to clipboard operation
typescript-transform-paths copied to clipboard

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

Results 54 typescript-transform-paths issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.4.1&new-version=22.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.7.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.5.2&new-version=22.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.3.0 to 8.9.0. Release notes Sourced from typescript-eslint's releases. v8.9.0 8.9.0 (2024-10-14) 🚀 Features rule-tester: hooks for test cases (#10109) 🩹 Fixes eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables...

dependencies
javascript

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1. Changelog Sourced from minimatch's changelog. change log 10.0 Require node 20 or 22 and higher 9.0 No default export, only named exports. 8.0 Recursive...

dependencies
javascript

Hello, There is an issue with src/transformer.ts, when the TypeScript version is parsed if the major or minor version is 0 it will throw an error due to 0 being...

Bug
Good First Issue

Failed to compile `transform-typescript-paths` due to many TypeScript compilation errors. Therefore, don't know whether this PR is valid or not. Hope your strict your review @nonara. Instead, tested on my...

I know typescript 5.6 isn't GA yet but I was curious to see our project worked with it. Unfortunately it looks like typescript-transform-paths may not work with it at this...

Bug