From bbf88c529587647aaa0089233fea19e961a764f1 Mon Sep 17 00:00:00 2001 From: Shiva Prasanth Date: Sun, 14 Oct 2018 01:33:27 +0530 Subject: Add cwd() and chdir() (#907) --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') 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 -- cgit v1.2.3