Age | Commit message (Collapse) | Author |
|
This commit changes "deno test" to better denote user output coming
from test cases.
This is done by printing "---- output ----" and "---- output end ----"
markers if an output is produced. The output from "console" and
"Deno.core.print" is captured, as well as direct writes to "Deno.stdout"
and "Deno.stderr".
To achieve that new APIs were added to "deno_core" crate, that allow
to replace an existing resource with a different one (while keeping resource
ids intact). Resources for stdout and stderr are replaced by pipes.
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
|
|
|
|
|
|
Ref: denoland/vscode_deno#629
|
|
(#14148)
|
|
|
|
Closes: #13910
|
|
|
|
|
|
Ref: denoland/vscode_deno#633
|
|
Also cleanup & drop ignored wildcard op-args
|
|
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
|
|
Ref #13657
|
|
|
|
|
|
Closes: #12800
|
|
|
|
Closes #13198
|
|
Closes #13619
|
|
Fixes: #13611
|
|
(#13603)
|
|
Ref: #12864
|
|
`DiagnosticsServer` (#13577)
|
|
|
|
Fixes: #13472
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
files (#13530)
|
|
|
|
|
|
sources on each publish (#13483)
|
|
|
|
|
|
Fixes #13437
|
|
|
|
Fixes: #13383
Fixes: denoland/vscode_deno#609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
Closes: #13272
|
|
|
|
|
|
|
|
|