Age | Commit message (Collapse) | Author |
|
- move rng to OpState
- move GlobalTimer to OpState
- move Metrics to OpState
|
|
Restructures flag helpers and applies them consistently.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Moves op_close and op_resources to deno_core::ops and exports them.
Adds serde dependency to deno_core and reexports it.
Moves JS implementation of those ops to Deno.core and reexports them in Deno.
|
|
|
|
|
|
|
|
Instead use Deno.core.jsonOpSync and Deno.core.jsonOpAsync
|
|
Also re-exports deno_core::futures and deno_core::serde_json but these are not yet used in the CLI.
|
|
|
|
|
|
This reverts the changes introduced by PR #5276, which made
`deno install «script»` automatically bundle the script's dependencies.
It broke the `deno install` command for a large number of scripts.
This reverts commit 34e98fa59cd70f7ce64e587bef41fac536a3076b.
Closes: #7492
|
|
|
|
Provide flat JSON structured output.
Fix BrokenPipe error when piping out to "head".
|
|
(#7375)" (#7515)
This reverts commit f5c84920c225579af9c249bdac4a59a046ef8683.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead use RuntimeOptions.js_error_create_fn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|