Age | Commit message (Collapse) | Author |
|
|
|
Provide flat JSON structured output.
Fix BrokenPipe error when piping out to "head".
|
|
(#7375)" (#7515)
This reverts commit f5c84920c225579af9c249bdac4a59a046ef8683.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We don't seem to use downcast_rs in any essential way. We can just use
the standard library `Any` directly.
|
|
Instead use RuntimeOptions.js_error_create_fn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes std/http tests runnable from any directory by spawning test
processes in the module directory resolved from import.meta.url and
resolving test data relative to the same module directory.
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds basic support for collecting coverage
data using "deno test".
Currently the report is only a text added to the end
of output from "deno test".
|
|
upgrades:
- swc_ecmascript 0.7.7
- dprint-plugin-typescript 0.31.3
- deno_lint 0.2.0
- deno_doc 0.1.9
Split std_lint test into std_lint and unit_test_lint.
Added lint ignores to CommonJS files in std/node.
|
|
|
|
error event (#7437)
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c.
|
|
|
|
Co-authored-by: Sebastian Seedorf <mail@sebse.de>
|
|
started” (#7421)
|
|
|
|
Removes:
- "deno_core::StartupData"
- "deno_core::Script"
- "deno_core::OwnedScript"
Changes to "JsRuntime":
- remove "new_with_loader()"
- remove "with_heap_limits()"
- rename "IsolateOptions" to "RuntimeOptions" and make public
- "JsRuntime::new()" takes "RuntimeOptions" as a single param
|