summaryrefslogtreecommitdiff
path: root/cli/ops/mod.rs
blob: 386ad16fa3d64c192d00fc2c21db7bfa87538922 (plain)
1
2
3
4
5
6
7
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

pub mod errors;
pub mod runtime_compiler;
pub mod test_runner;

pub use deno_runtime::ops::{reg_async, reg_sync};