mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
[node] Remove constants definition in (#146)
... fs.exports.js Bug: #130
This commit is contained in:
@@ -157,13 +157,6 @@ export var lutimesSync = fs.lutimesSync.bind(fs);
|
||||
export var createReadStream = fs.createReadStream.bind(fs);
|
||||
export var createWriteStream = fs.createWriteStream.bind(fs);
|
||||
|
||||
// todo: rest of these
|
||||
export var constants = {
|
||||
COPYFILE_EXCL: 1 << 1,
|
||||
COPYFILE_FICLONE: 1 << 2,
|
||||
COPYFILE_FICLONE_FORCE: 1 << 4,
|
||||
};
|
||||
|
||||
// lol
|
||||
realpath.native = realpath;
|
||||
realpathSync.native = realpathSync;
|
||||
|
||||
Reference in New Issue
Block a user