diff options
Diffstat (limited to 'src/bun.js/path-posix.exports.js')
-rw-r--r-- | src/bun.js/path-posix.exports.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/path-posix.exports.js b/src/bun.js/path-posix.exports.js index b3f61c1a2..43630421a 100644 --- a/src/bun.js/path-posix.exports.js +++ b/src/bun.js/path-posix.exports.js @@ -16,6 +16,7 @@ function bound(obj) { }; } var path = bound(Bun._Path(false)); +path[Symbol.for("CommonJS")] = 0; export var { basename, |