summaryrefslogtreecommitdiff
path: root/cli/tests/unit
AgeCommit message (Expand)Author
2020-12-22fix: implement ReadableStream fetch body handling (#8855)Luca Casonato
2020-12-21refactor: rewrite chown_test.ts not to depend on python (#8843)Liam Murphy
2020-12-21refactor: rewrite process_test.ts to use deno instead of python (#8841)Liam Murphy
2020-12-19feat(unstable): support in memory certificate data for Deno.createHttpClient ...yonatan ben avraham
2020-12-16refactor: rewrite ops to use ResourceTable2 (#8512)Bartek Iwańczuk
2020-12-10refactor(core): stack trace mapping (#8660)Bartek Iwańczuk
2020-12-09fix(op_crates/fetch): support non-ascii response headers value (#8600)Jae-Heon Ji
2020-11-27test(cli): fix brittle network permission test (#8526)William Perron
2020-11-27fix(cli/ops/net): add write permissions for unixpackets datagrams & unix sock...William Perron
2020-11-26refactor(cli/tests): replace createResolvable with deferred (#8507)crowlKats
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats
2020-11-24fix(op_crates/fetch): `redirect: "manual"` fetch should return `type: "defaul...Luca Casonato
2020-11-24feat(cli): update to TypeScript 4.1 (#7573)Kitson Kelly
2020-11-23fix(cli): add file URL support for Deno.readLink (#8423)William Perron
2020-11-14fix: fix various global objects constructor length (#8373)Benjamin Gruenbaum
2020-11-11fix(op_crates/web): FileReader event handler order (#8348)Benjamin Gruenbaum
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-11-02fix(op_crates/web): fix URLSearchParams, malformed url handling (#8092)Yoshiya Hinosawa
2020-11-02test(op_crates/web): add EventTarget tests (#8205)Benjamin Gruenbaum
2020-11-02fix(op_crates/web): make TextEncoder work with forced non-strings (#8206)Benjamin Gruenbaum
2020-10-27fix(cli): handle URL paths in Deno.mkdir() (#8140)Ross Weir
2020-10-27fix(op_crates/web): Expose event properties in console output (#8103)Ross Weir
2020-10-26rename(std/testing): rename assert*Contains to assert*Includes (#7951)Tim Reichen
2020-10-26feat(unstable): add Deno.systemCpuInfo() (#7774)Elias Sjögreen
2020-10-26fix(op_crates/fetch): ensure Request.method to be string (#8100)Kid
2020-10-20fix(op_crates/web): TextEncoder should return error message with original inp...aca
2020-10-20fix(cli/rt/performance): check for object props in startOrMeasureOptions befo...Jesse Jackson
2020-10-19fix(op_crates/web): TextEncoder should throw RangeError (#8039)Leonard Ginters
2020-10-19fix(op_crates/fetch): Body.body should be stream of Uint8Array (#8030)Luca Casonato
2020-10-17upgrade: deno_doc, deno_lint, dprint, swc (#8009)Bartek Iwańczuk
2020-10-15feat(cli/ops): add the sleep_sync op (#7974)William Perron
2020-10-14fix(console): fix the test cases of function inspections (#7965)Yoshiya Hinosawa
2020-10-13fix(op_crates/web/url): apply backslash replacement to the pathname setter (#...Nayeem Rahman
2020-10-12fix(cli/rt/main): Add global interface objects (#7875)Nayeem Rahman
2020-10-11fix(console): fix inspection of Function (#7930)Yoshiya Hinosawa
2020-10-11fix(cli/console): only inspect getters with option (#7830)Casper Beyer
2020-10-10fix(op_crate/web): add padding on URLSearchParam (#7905)Lively
2020-10-09fix(op_crates/fetch): Stringify and parse Request URLs (#7838)Nayeem Rahman
2020-10-08fix: update worker types to better align to lib.dom.d.ts (#7843)Kitson Kelly
2020-10-08fix(cli/rt/error_stack): Improve message line formatting (#7860)Nayeem Rahman
2020-10-07fix(cli/rt/console): Don't require a prototype to detect a class instance (#7...Nayeem Rahman
2020-10-07fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash ...Nayeem Rahman
2020-10-05perf(cli/console): Don't add redundant ANSI codes (#7823)Nayeem Rahman
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-10-02upgrade: swc, deno_doc, deno_lint, dprint (#7793)Bartek Iwańczuk
2020-10-01fix(cli/console): Catch and format getter errors (#7766)Nayeem Rahman
2020-09-30feat(cli/console): Add Deno.InspectOptions::colors (#7742)Nayeem Rahman
2020-09-27fix: net listen crashes on explicit undefined hostname (#7706)Giorgi Rostomashvili
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-25refactor: clean timers tests (#7679)Bartek Iwańczuk