1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/js
Ryan Dahl 040a042679 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.
2018-08-09 14:27:46 -07:00
..
assets.ts First pass at setTimeout with Tokio (#434) 2018-08-09 12:17:08 -07:00
console.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00
deno.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00
fetch.ts Change copyrights to be 'Deno authors'. 2018-07-24 10:38:11 -04:00
globals.ts Add TextEncoder/TextDecoder support. 2018-08-09 14:27:46 -07:00
lib.globals.d.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00
main.ts First pass at setTimeout with Tokio (#434) 2018-08-09 12:17:08 -07:00
mock_builtin.js Replace packer with rollup 2018-07-22 03:16:17 +02:00
mock_runtime.js Organize libdeno functions. 2018-08-08 18:35:26 -07:00
os.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00
plugins.d.ts Replace packer with rollup 2018-07-22 03:16:17 +02:00
runtime.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00
tests.ts Change copyrights to be 'Deno authors'. 2018-07-24 10:38:11 -04:00
text_encoding.ts Add TextEncoder/TextDecoder support. 2018-08-09 14:27:46 -07:00
timers.ts First pass at setTimeout with Tokio (#434) 2018-08-09 12:17:08 -07:00
tsconfig.generated.json Generate declarations 2018-08-08 04:17:46 -07:00
types.d.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00
util.ts Remove dispatch.ts and move assignCmdId to util.ts 2018-08-02 12:49:40 -04:00
v8_source_maps.ts Organize libdeno functions. 2018-08-08 18:35:26 -07:00