summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorMani Maghsoudlou <manidlou@gmail.com>2018-09-12 08:44:58 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-12 11:44:58 -0400
commit88d42f0b189a1daa3fb44eb24ecad77823557d9f (patch)
treeac4d166271d9708472b16150f5f6dcc712095fcb /BUILD.gn
parent26081a32dfaf34fdc8b6cf53222c15f3d4e4f30d (diff)
Implement deno.rename() (#731)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 839e904be..180519d6e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -199,6 +199,7 @@ run_node("gen_declarations") {
"js/mkdir.ts",
"js/os.ts",
"js/read_file.ts",
+ "js/rename.ts",
"js/remove.ts",
"js/stat.ts",
"js/text_encoding.ts",
@@ -242,6 +243,7 @@ run_node("bundle") {
"js/os.ts",
"js/plugins.d.ts",
"js/read_file.ts",
+ "js/rename.ts",
"js/remove.ts",
"js/stat.ts",
"js/text_encoding.ts",