You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if Deno would expose the json_op rust helpers fully and also expose the json_op ts helpers. These helpers are very useful as they do a lot of the work related to async ops for you.
The Rust helpers are pretty much completly exposed, except for the blocking_json helper, which is not exposed in ops/mod.rs.
The TS helpers would probably have to go into some std/plugins package. The ts helpers require some some very minimal tweaks to make them work with plugin ops.
The text was updated successfully, but these errors were encountered:
It would be nice if Deno would expose the json_op rust helpers fully and also expose the json_op ts helpers. These helpers are very useful as they do a lot of the work related to async ops for you.
The Rust helpers are pretty much completly exposed, except for the
blocking_json
helper, which is not exposed in ops/mod.rs.The TS helpers would probably have to go into some std/plugins package. The ts helpers require some some very minimal tweaks to make them work with plugin ops.
The text was updated successfully, but these errors were encountered: