Skip to content

Commit

Permalink
fix: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Dec 25, 2024
1 parent dc9eea7 commit c9406b5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
"@tsslint/config": "latest",
"typescript": "latest",
"vitest": "latest"
},
"pnpm": {
"patchedDependencies": {
"pathe": "patches/pathe.patch"
}
}
}
10 changes: 10 additions & 0 deletions patches/pathe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/dist/index.d.ts b/dist/index.d.ts
index 531b6906507206b4594ff0ff830d605c4cf6a16a..a7419c0c83af0880c6a41180f46581c5922bc947 100644
--- a/dist/index.d.ts
+++ b/dist/index.d.ts
@@ -1,4 +1,4 @@
-import path$1 from 'node:path';
+import * as path$1 from 'node:path';

declare const sep = "/";
declare const delimiter = ":";
23 changes: 14 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"compilerOptions": {
"target": "ES2021",
"lib": [ "ES2021" ],
"module": "Preserve",
"moduleResolution": "bundler",
"module": "Node16",
"sourceMap": true,
"composite": true,
"strict": true,
Expand Down

0 comments on commit c9406b5

Please sign in to comment.