From 88d42f0b189a1daa3fb44eb24ecad77823557d9f Mon Sep 17 00:00:00 2001 From: Mani Maghsoudlou Date: Wed, 12 Sep 2018 08:44:58 -0700 Subject: Implement deno.rename() (#731) --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') 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", -- cgit v1.2.3