From 36081171323e266760db8bed2f31a6e3be7d8839 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Fri, 3 May 2019 13:24:09 -0700 Subject: feat(cli cmd): deno xeval (#2260) --- cli/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/BUILD.gn') diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 0b5fadc68..195bdfd60 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -115,6 +115,7 @@ ts_sources = [ "../js/write_file.ts", "../js/performance.ts", "../js/version.ts", + "../js/xeval.ts", "../tsconfig.json", # Listing package.json and yarn.lock as sources ensures the bundle is rebuilt -- cgit v1.2.3