diff options
author | Satya Rohith <me@satyarohith.com> | 2024-10-02 13:53:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 08:23:14 +0000 |
commit | 32c12787361b65bbc55a7b9c1fe43689cb0a8b98 (patch) | |
tree | 047f47b5146b9192d74bd8ef1d9af9d183b7aad1 /ext/node/lib.rs | |
parent | 620e6b43a66c2af44ae4aea62417af408309f61c (diff) |
feat(ext/node): buffer.transcode() (#25972)
Closes https://github.com/denoland/deno/issues/25911
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 0c821ecf8..d23c07204 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -167,6 +167,7 @@ deno_core::extension!(deno_node, ops::buffer::op_is_ascii, ops::buffer::op_is_utf8, + ops::buffer::op_transcode, ops::crypto::op_node_check_prime_async, ops::crypto::op_node_check_prime_bytes_async, ops::crypto::op_node_check_prime_bytes, |