diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-05-03 13:24:09 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 16:24:09 -0400 |
commit | 36081171323e266760db8bed2f31a6e3be7d8839 (patch) | |
tree | 6f4dc276656c7b119fc5efad5368e847f9cf7f19 /cli/BUILD.gn | |
parent | 401a5c021141d4ba5a71078b28f6daefcd1826a6 (diff) |
feat(cli cmd): deno xeval (#2260)
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
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 |