typescript-transform-paths
typescript-transform-paths copied to clipboard
Transforms module resolution paths using TypeScript path mapping and/or custom paths
When I run the tsc --build, or "tsc --watch" compiles for the first time, everything works fine and import paths are rewritten correctly. However, if I change a file in...
Need to fix relative path logic
See commit message for explanation. A more elegant solution can likely be devised but this should take care of most cases. Let me know if I should provide more details...
I was trying to use this package with `@rollup/plugin-typescript` to resolve and edit paths in emitted .d.ts files and the hacky way i finally made it work is like this:...
Let's say `@workspace/lib` is a package in a loal NPM Workspace. By default, imports will be resolved to `node_modules/@workspace/lib`, but we can change its resolution by defining the following path...
We use static assets extensively, importing css modules, images, svgs, etc. None of those paths are transformed with this library, even with modules being declared appropriately. It would be nice...
Bumps [@nrwl/node](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/node) from 15.9.7 to 19.6.2. Release notes Sourced from @nrwl/node's releases. 19.6.2 (2024-08-21) 🚀 Features bundling: add option to generate sourcemaps for Rollup build (#27539) devkit: prefer strings over...
Bumps [@nrwl/workspace](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/workspace) from 15.9.7 to 19.6.2. Release notes Sourced from @nrwl/workspace's releases. 19.6.2 (2024-08-21) 🚀 Features bundling: add option to generate sourcemaps for Rollup build (#27539) devkit: prefer strings over...
Bumps [@nrwl/js](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/js) from 15.9.7 to 19.6.2. Release notes Sourced from @nrwl/js's releases. 19.6.2 (2024-08-21) 🚀 Features bundling: add option to generate sourcemaps for Rollup build (#27539) devkit: prefer strings over...
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.2.0 to 8.3.0. Release notes Sourced from typescript-eslint's releases. v8.3.0 8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule (#9783) typescript-estree: replace globby w/ fast-glob (#9518) typescript-estree: reload...