index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
text_encoding_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore: upgrade deno_core to 0.259.0 (#22311)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-13
chore(ext/web): use a non-resource stream for textDecoderStreamCleansUpOnCanc...
Matt Mastracci
2023-11-12
fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...
Florian Schwalm
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-01-24
refactor: remove Deno.core (#16881)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-24
perf(ext/web): add op_encode_binary_string (#16352)
Marcos Casagrande
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-10-28
feat(cli): enable `useUnknownInCatchVariables` by default (#12547)
Kitson Kelly
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-05-08
fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)
Thiago Padilha
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-02-16
fix: align btoa to spec (#9053)
Casper Beyer
2021-01-24
feat(op_crates/web): adding gb18030 and GBK encodings (#9242)
ali ahmed
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-11
fix(op_crate/web): fix atob to throw spec aligned DOMException (#8798)
gorogoroumaru
2021-01-05
fix: align encoding APIs to spec using WPT (#9004)
Luca Casonato
2020-11-02
fix(op_crates/web): make TextEncoder work with forced non-strings (#8206)
Benjamin Gruenbaum
2020-10-20
fix(op_crates/web): TextEncoder should return error message with original inp...
aca
2020-10-19
fix(op_crates/web): TextEncoder should throw RangeError (#8039)
Leonard Ginters
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-25
refactor(cli/tests/unit) to use assertThrows (#6459)
Casper Beyer
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl