summaryrefslogtreecommitdiff
path: root/core/encode_decode_test.js
AgeCommit message (Expand)Author
2023-06-14chore(core): Refactor runtime and split out tests (#19491)Matt Mastracci
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-09-09fix(core): panic on big string allocation (#7395)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-03-19perf: Optimize TextEncoder and TextDecoder (#4430)Bartek Iwańczuk
2020-03-15feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)Bartek Iwańczuk