summaryrefslogtreecommitdiff
path: root/js/dispatch.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-09-14 18:05:00 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-09-14 12:05:00 -0400
commit686b86edb1ee4cbac90ecb1c3931174879531207 (patch)
tree21dad4415c57260c4f4347db79c576e6f8097bc4 /js/dispatch.ts
parent7e3296dad92cee2e8b77baedfbeca38aa297928e (diff)
feat: parallelize downloads from TS compiler (#2949)
Diffstat (limited to 'js/dispatch.ts')
-rw-r--r--js/dispatch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts
index 1a60a5363..a15da69f4 100644
--- a/js/dispatch.ts
+++ b/js/dispatch.ts
@@ -16,7 +16,7 @@ export const OP_START = 10;
export const OP_APPLY_SOURCE_MAP = 11;
export const OP_FORMAT_ERROR = 12;
export const OP_CACHE = 13;
-export const OP_FETCH_SOURCE_FILE = 14;
+export const OP_FETCH_SOURCE_FILES = 14;
export const OP_OPEN = 15;
export const OP_CLOSE = 16;
export const OP_SEEK = 17;