summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorSajjad Hashemian <wolaws@gmail.com>2018-09-10 14:18:36 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-09-10 15:02:07 -0400
commitc2663e1d82521e9b68a7e2e96197030a4ee00c30 (patch)
tree5223730175f88d24a028b7d1497a6a7312b77683 /BUILD.gn
parente293c204a07f5a7a862e835f8a5f54f5435f8b91 (diff)
Implement deno.mkdir()
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 5532850c0..42859a371 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -195,6 +195,7 @@ run_node("gen_declarations") {
"js/fetch.ts",
"js/global-eval.ts",
"js/globals.ts",
+ "js/mkdir.ts",
"js/os.ts",
"js/read_file.ts",
"js/text_encoding.ts",
@@ -233,6 +234,7 @@ run_node("bundle") {
"js/fetch_types.d.ts",
"js/globals.ts",
"js/main.ts",
+ "js/mkdir.ts",
"js/os.ts",
"js/plugins.d.ts",
"js/read_file.ts",