Skip to content

Commit

Permalink
fix: add path.default.parse (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Jun 18, 2024
1 parent a43c99a commit fcf33b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-toes-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-eslint4b": patch
---

fix: add path.default.parse
1 change: 1 addition & 0 deletions shim/path-shim.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const posix = {
sep,
isAbsolute,
join,
parse,
get posix() {
return posix;
},
Expand Down

0 comments on commit fcf33b5

Please sign in to comment.