aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/node/node.classes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/node/node.classes.ts')
-rw-r--r--src/bun.js/node/node.classes.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bun.js/node/node.classes.ts b/src/bun.js/node/node.classes.ts
index a8d2e08d7..695a58d5e 100644
--- a/src/bun.js/node/node.classes.ts
+++ b/src/bun.js/node/node.classes.ts
@@ -410,8 +410,8 @@ export default [
copyFileSync: { fn: "copyFileSync", length: 3 },
// TODO:
- // cp: { fn: "cp", length: 4 },
- // cpSync: { fn: "cpSync", length: 3 },
+ cp: { fn: "cp", length: 2 },
+ cpSync: { fn: "cpSync", length: 2 },
exists: { fn: "exists", length: 2 },
existsSync: { fn: "existsSync", length: 1 },
@@ -477,8 +477,8 @@ export default [
unlinkSync: { fn: "unlinkSync", length: 1 },
utimes: { fn: "utimes", length: 4 },
utimesSync: { fn: "utimesSync", length: 3 },
- // TODO:
watch: { fn: "watch", length: 3 },
+ // TODO:
// watchFile: { fn: "watchFile", length: 3 },
writeFile: { fn: "writeFile", length: 4 },
writeFileSync: { fn: "writeFileSync", length: 3 },