From 040a0426796f0249bf0ca61ebbb2aae0b4993e94 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 9 Aug 2018 13:24:03 -0400 Subject: Add TextEncoder/TextDecoder support. Fixes #470 This commit increases size: out/release/gen/bundle/main.js 7.3M -> 7.9M out/release/gen/bundle/main.js.map 11M -> 12M out/release/gen/snapshot_deno.bin 34M -> 37M out/release/deno 49M -> 53M Note the amount in the JS code added is quite small: 4.0K node_modules/text-encoding/index.js 4.0K node_modules/@types/text-encoding/index.d.ts 4.0K js/text_encoding.ts Unclear to me what is causing the jump in snapshot size. --- third_party | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/jinja2') diff --git a/third_party b/third_party index 785db4ec0..221e8d566 160000 --- a/third_party +++ b/third_party @@ -1 +1 @@ -Subproject commit 785db4ec088750adde4f63211120ecb828fca148 +Subproject commit 221e8d5662be4d7524e31bb7b647623f46ad53ce -- cgit v1.2.3