diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-07 02:16:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 02:16:08 +0100 |
commit | 043fee48fd72fbce2357e93431753db5b086cffd (patch) | |
tree | 49d254335953cc03e346d0fe7267eae5260652b8 /runtime/js | |
parent | e54684864dee1c708325570eaaff2fce0f928387 (diff) |
chore: upgrade deno_core to 0.259.0 (#22311)
This update brings number of ops available to user code down to 45.
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/99_main.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index f956db67c..191d123b9 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -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() { |