summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-28 20:59:23 +0200
committerGitHub <noreply@github.com>2021-06-28 20:59:23 +0200
commit30cba2484815f712502ae8937a25afa13aba0818 (patch)
tree496432652cf8ff00ee61e8d9a1e701fc65439596 /core/lib.rs
parent9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff)
chore: release deno_core (#11164)
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs
index 89edf39a2..4a9a213f4 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -88,6 +88,7 @@ pub use crate::runtime::Snapshot;
// pub use crate::runtime_modules::include_js_files!;
pub use crate::extensions::Extension;
pub use crate::extensions::OpMiddlewareFn;
+pub use crate::extensions::OpPair;
pub fn v8_version() -> &'static str {
v8::V8::get_version()