typescript-transform-paths
Advanced tools
Comparing version
@@ -5,2 +5,20 @@ # Changelog | ||
## v3.5.2 | ||
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.1...v3.5.2) | ||
### 🩹 Fixes | ||
- Restore typescript 5.6 compatibility ([#301](https://github.com/LeDDGroup/typescript-transform-paths/pull/301)) | ||
### 🏡 Chore | ||
- **deps-dev:** Bump eslint and @types/eslint ([#273](https://github.com/LeDDGroup/typescript-transform-paths/pull/273)) | ||
- **deps-dev:** Bump @types/node from 22.5.2 to 22.8.7 ([#303](https://github.com/LeDDGroup/typescript-transform-paths/pull/303)) | ||
- **deps-dev:** Bump typescript-eslint from 8.3.0 to 8.13.0 ([#302](https://github.com/LeDDGroup/typescript-transform-paths/pull/302)) | ||
### ❤️ Contributors | ||
- Ben Limmer ([@blimmer](http://github.com/blimmer)) | ||
## v3.5.1 | ||
@@ -7,0 +25,0 @@ |
@@ -111,3 +111,3 @@ "use strict"; | ||
isDeclarationFile: sourceFile.isDeclarationFile, | ||
originalSourceFile: tsInstance.getOriginalSourceFile(sourceFile), | ||
originalSourceFile: typescript_1.default.getParseTreeNode(sourceFile, typescript_1.default.isSourceFile) || sourceFile, | ||
getVisitor() { | ||
@@ -114,0 +114,0 @@ return visitor_1.nodeVisitor.bind(this); |
{ | ||
"name": "typescript-transform-paths", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
Sorry, the diff of this file is not supported yet
146316
0.56%