summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorKurt Mackey <mrkurt@gmail.com>2019-05-01 22:56:42 -0500
committerRyan Dahl <ry@tinyclouds.org>2019-05-01 23:56:42 -0400
commitc05cbc8eac91a9e1ab9b87c688ac4392eff01445 (patch)
treecc6e1e2b789ba6626c33523fa488681c86c1a987 /cli
parent1dd30f658fc031dd1d3cdb5b4c435ff0e48740c9 (diff)
Add Request global constructor (#2253)
Diffstat (limited to 'cli')
-rw-r--r--cli/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index eedceddc7..936b0592e 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -50,6 +50,7 @@ if (is_posix) {
ts_sources = [
"../js/assets.ts",
"../js/blob.ts",
+ "../js/body.ts",
"../js/buffer.ts",
"../js/build.ts",
"../js/chmod.ts",
@@ -96,6 +97,7 @@ ts_sources = [
"../js/remove.ts",
"../js/rename.ts",
"../js/repl.ts",
+ "../js/request.ts",
"../js/resources.ts",
"../js/stat.ts",
"../js/symlink.ts",