diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 00:06:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-03 00:06:43 -0400 |
| commit | 00ac871607a7aeff1f6ac90f10090f07be9ccf73 (patch) | |
| tree | e1c82a9ebc1895f67adebd53de7c9ec8b7a8b764 /cli/BUILD.gn | |
| parent | cfff8a9c1bcf7406b5c597280cdfa34fcc68115e (diff) | |
Optimize read and write ops (#2259)
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 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", |
