summaryrefslogtreecommitdiff
path: root/cli/tests/unit/dispatch_bin_test.ts
AgeCommit message (Collapse)Author
2021-03-20refactor: Move bin ops to deno_core and unify logic with json ops (#9457)Inteon
This commit moves implementation of bin ops to "deno_core" crates as well as unifying logic between bin ops and json ops to reuse as much code as possible (both in Rust and JavaScript).