tspath icon indicating copy to clipboard operation
tspath copied to clipboard

TypeScript path alias resolver

Results 33 tspath issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting this error: ``` $ npx tspath TSPath 1.3.7 ? Process project at: ? true undefined:20 } ^ SyntaxError: Unexpected token } in JSON at position 381 at...

Hi, running `npm audit` reveals a Prototype Pollution vulnerability in this package, coming from set-value. Are you open to contributions to fix this?

I am getting the following error: ``` Unable to parse file: /path/to/file Error: Error: Line XX: Unexpected token ... ... description: 'Unexpected token ...' ``` My `tsconfig.json`: ``` { "compilerOptions":...

tspath doesn't work correctly on latest versions of ts [Here ](https://stackoverflow.com/questions/71095742/tspath-collects-incorrect-paths) is my stackoverflow question which describes the core of the problem ts version is 4.5.5 If the problems are...

My code is something like this dist/ src/ index.ts hello.ts where index.ts contains ``` export * from 'src/hello'; ``` In dist/, after running tspath, index.d.ts still contains ``` export *...

Hello. I like being able to run my scripts locally, they usually have a little short main() function they run if they are run directly. At the moment, if I...

When running tspath --force it still prompts the user. However, if I run tspath -f it doesn't. Likewise, when I run tspath --filter="rr" it ignores the filter and still processes...

Great work on this well needed package! I think there may be an issue with resolving paths. With the correct setup for paths I get an error. So I have:...

Hello, Seems like `tspath` makes slight modifications in the generated code and that breaks the compability with the previously generated source maps. Is there a way to only modify the...