diff options
author | 2023-07-22 16:45:45 -0700 | |
---|---|---|
committer | 2023-07-22 16:45:45 -0700 | |
commit | b17b61b8c6854657177dbdc23fad8ea98f4e779f (patch) | |
tree | 2d131ec9446bb7b02c9c97e7766c8d652c2e0c2e /src/js/node | |
parent | 27c88c8046ca9f815b9f211c29002e47123b4544 (diff) | |
download | bun-b17b61b8c6854657177dbdc23fad8ea98f4e779f.tar.gz bun-b17b61b8c6854657177dbdc23fad8ea98f4e779f.tar.zst bun-b17b61b8c6854657177dbdc23fad8ea98f4e779f.zip |
fix path.format for `vite build` (#3734)
* fix path.format for vite
* Update path.test.js
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/js/node')
-rw-r--r-- | src/js/node/path.posix.ts (renamed from src/js/node/path.posix.js) | 0 | ||||
-rw-r--r-- | src/js/node/path.ts (renamed from src/js/node/path.js) | 0 | ||||
-rw-r--r-- | src/js/node/path.win32.ts (renamed from src/js/node/path.win32.js) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/js/node/path.posix.js b/src/js/node/path.posix.ts index e94da9cea..e94da9cea 100644 --- a/src/js/node/path.posix.js +++ b/src/js/node/path.posix.ts diff --git a/src/js/node/path.js b/src/js/node/path.ts index 7c20d520b..7c20d520b 100644 --- a/src/js/node/path.js +++ b/src/js/node/path.ts diff --git a/src/js/node/path.win32.js b/src/js/node/path.win32.ts index 1c8bda4ba..1c8bda4ba 100644 --- a/src/js/node/path.win32.js +++ b/src/js/node/path.win32.ts |