Age | Commit message (Collapse) | Author |
|
This commit moves Deno JS runtime, ops, permissions and
inspector implementation to new "deno_runtime" crate located
in "runtime/" directory.
Details in "runtime/README.md".
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
|
|
(#7778)" (#7973)
This reverts commit f75bd89aff7cffafceb394d629995479af54a156.
|
|
This commit adds the ability for users to inspect items stylized
with ANSI colors regardless of the value of Deno.noColor.
|
|
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.
|
|
|