@file-services/typescript
Advanced tools
Comparing version 9.4.0 to 9.4.1
{ | ||
"name": "@file-services/typescript", | ||
"description": "Helpers for creation of TypeScript hosts", | ||
"version": "9.4.0", | ||
"version": "9.4.1", | ||
"main": "./dist/fs-typescript.cjs", | ||
@@ -19,3 +19,3 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@file-services/types": "^9.4.0" | ||
"@file-services/types": "^9.4.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "files": [ |
@@ -74,3 +74,3 @@ import ts from "typescript"; | ||
return realpathSync(path); | ||
} catch (e) { | ||
} catch { | ||
return path; | ||
@@ -77,0 +77,0 @@ } finally { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37733
Updated@file-services/types@^9.4.1