summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-03 00:06:43 -0400
committerGitHub <noreply@github.com>2019-05-03 00:06:43 -0400
commit00ac871607a7aeff1f6ac90f10090f07be9ccf73 (patch)
treee1c82a9ebc1895f67adebd53de7c9ec8b7a8b764 /cli/BUILD.gn
parentcfff8a9c1bcf7406b5c597280cdfa34fcc68115e (diff)
Optimize read and write ops (#2259)
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index 936b0592e..0b5fadc68 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -64,6 +64,7 @@ ts_sources = [
"../js/deno.ts",
"../js/dir.ts",
"../js/dispatch.ts",
+ "../js/dispatch_minimal.ts",
"../js/dom_types.ts",
"../js/errors.ts",
"../js/event.ts",