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:
Bartek Iwańczuk 2024-02-07 02:16:08 +01:00 committed by GitHub
parent e54684864d
commit 043fee48fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 19 additions and 65 deletions

View file

@ -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() {