summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-09-13 11:04:45 +0900
committerBert Belder <bertbelder@gmail.com>2018-09-12 22:33:11 -0700
commit0ca7301a2d6405101569e073153536aa99a084c9 (patch)
tree96cbbf3b5e34a4f28d970dd7d9eaf07c82267b09 /BUILD.gn
parent28812b833761c101d7d39a774f5b2619688765cf (diff)
feat: add deno.makeTempDir
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 167ae82fb..c48afcf83 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -66,6 +66,7 @@ ts_sources = [
"js/libdeno.ts",
"js/main.ts",
"js/mkdir.ts",
+ "js/make_temp_dir.ts",
"js/mock_builtin.js",
"js/os.ts",
"js/plugins.d.ts",