summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-04 15:36:46 -0800
committerGitHub <noreply@github.com>2018-11-04 15:36:46 -0800
commitbd88e56cbc6e64da471b379f996bac6c564a7e1e (patch)
treef4a78ba4f053074cdf0095dc39364158a5c2d857 /BUILD.gn
parent4e07783663d51877e7d41465cf5ef10d1540c4b3 (diff)
Add deno.Buffer (#1121)
Do not confuse this with Node's Buffer. This is a direct port of Go's bytes.Buffer - it allows buffering of Reader and Writer objects.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 214682802..b82c5e9a8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -77,6 +77,7 @@ main_extern = [
ts_sources = [
"js/assets.ts",
"js/blob.ts",
+ "js/buffer.ts",
"js/chmod.ts",
"js/compiler.ts",
"js/console.ts",