0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/js/ops
Bartek Iwańczuk dc6e0c3591
feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)
This commits add two new methods to "Deno.core" namespace: "encode" and "decode".

Those methods are bound in Rust to provide a) fast b) generally available of encoding and decoding UTF-8 strings. 

Both methods are now used in "cli/js/dispatch_json.ts".
2020-03-15 15:31:55 +01:00
..
fs BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338) 2020-03-14 22:57:42 -04:00
compiler.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
dispatch_json.ts feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349) 2020-03-15 15:31:55 +01:00
dispatch_minimal.ts use Object instead of Map for promise table (#4309) 2020-03-09 22:04:49 -04:00
errors.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
fetch.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
fs_events.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
get_random_values.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
io.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
net.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
os.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
permissions.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
plugins.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
process.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
repl.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
resources.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
runtime.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
runtime_compiler.ts reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) 2020-03-08 13:09:22 +01:00
signal.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
timers.ts reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302) 2020-03-10 00:22:15 +01:00
tls.ts refactor: Cleanup options object parameters (#4296) 2020-03-10 12:08:58 -04:00
tty.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
web_worker.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
worker_host.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00