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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|