summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorShiva Prasanth <kesavarapu.siva@gmail.com>2018-10-14 01:33:27 +0530
committerRyan Dahl <ry@tinyclouds.org>2018-10-13 16:03:27 -0400
commitbbf88c529587647aaa0089233fea19e961a764f1 (patch)
treeb969889a5f21e5b72cabf3b5de6850dc0713d9a0 /BUILD.gn
parentd92c99eabaf28100a8d181b6f289e2e3fc295107 (diff)
Add cwd() and chdir() (#907)
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7c29e4258..259c5bdc4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -72,6 +72,7 @@ ts_sources = [
"js/console.ts",
"js/copy_file.ts",
"js/deno.ts",
+ "js/dir.ts",
"js/dispatch.ts",
"js/dom_types.ts",
"js/errors.ts",
@@ -107,7 +108,6 @@ ts_sources = [
"js/util.ts",
"js/v8_source_maps.ts",
"js/write_file.ts",
-
"tsconfig.json",
# Listing package.json and yarn.lock as sources ensures the bundle is rebuilt