mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: upgrade deno_core to 0.259.0 (#22311)
This update brings number of ops available to user code down to 45.
This commit is contained in:
parent
e54684864d
commit
043fee48fd
10 changed files with 19 additions and 65 deletions
|
@ -622,12 +622,6 @@ const NOT_IMPORTED_OPS = [
|
|||
// TODO(bartlomieju): used in a regression test, but probably not needed
|
||||
// anymore if ops are not user accessible.
|
||||
"op_spawn_child",
|
||||
|
||||
// TODO(bartlomieju): can be removed after the `deno_core` upgrade.
|
||||
"op_encode_binary_string",
|
||||
"op_format_file_name",
|
||||
"op_apply_source_map",
|
||||
"op_apply_source_map_filename",
|
||||
];
|
||||
|
||||
function removeImportedOps() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue