0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/ops
Bartek Iwańczuk 3f08a40412
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
This commit moves "op_format_location" to "core/ops_builtin.rs"
and removes "Deno.core.createPrepareStackTrace" in favor of
"Deno.core.prepareStackTrace".

Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
2022-05-03 19:45:57 +02:00
..
bench.rs fix: panic when trying to pledge permissions before restoring previous pledge (#14306) 2022-04-17 17:47:24 +02:00
errors.rs refactor: add core.formatLocationFilename, remove op_format_filename (#14474) 2022-05-03 19:45:57 +02:00
mod.rs feat: "deno bench" subcommand (#13713) 2022-03-11 23:07:02 +01:00
runtime_compiler.rs feat: Add "deno check" subcommand for type checking (#14072) 2022-04-11 01:12:51 +02:00
testing.rs fix(test): actually capture stdout and stderr in workers (#14435) 2022-05-01 14:44:55 -04:00