Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Ref: denoland/vscode_deno#287
|
|
|
|
|
|
This fixes a regression introduced in 1.9 where test modules became main
modules by side loading them in a generated module.
|
|
Fixes: #11146
Fixes: #11456
Fixes: #10439
|
|
Fixes #11494
|
|
The "connection" header should be case insensitive:
https://datatracker.ietf.org/doc/html/rfc7230#section-6.1
|
|
|
|
|
|
Fixes #11476
|
|
This commit fixes fetch response bodies to be automatically closed if
the `Response.body` readable stream goes out of scope and is GC'ed.
|
|
|
|
|
|
|
|
Fixes: #11441
|
|
Fixes #11416
|
|
Cookie headers should not be concatenated by commas, rather by
semicolons.
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds support for specifying threshold in the "--fail-fast"
flag for "deno test" subcommand. Previously using "--fail-fast" stopped
running the test suite after first failure and with this change users
may specify number of failed tests that will cause the suite to be interrupted.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
This reverts commit 7dd4090c2a3dc0222fd6ff611eeb2bd69cd28224.
|
|
|
|
it's another flag to understand, more code, and isn't something that anyone really needs.
This reverts commit 9d57a4aaeb18461bbeeea30fc8ab8804357185c1.
|
|
This commit adds "--terse" flag to "deno test" that makes testing reporter
output one character per test case instead of one line per case.
This is an unstable feature.
|
|
|
|
|
|
should not throw (#11308)
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds support for sharing SABs between workers.
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
triple slash references (#11285)
|
|
|
|
|
|
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
|
|
|