diff options
author | DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> | 2021-11-28 23:37:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 13:07:32 -0500 |
commit | 3881e2e7bf3bbe4a5d62872a9fb7b6e2e3d82f81 (patch) | |
tree | 7d9e1cb6b6059234f58abf7ab912ba3e36789c98 /runtime/lib.rs | |
parent | cc83ad39ce3e8186c8785d47fa4801317c8fac4a (diff) |
chore: re-export `deno_core` from `deno_runtime` (#12923)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index ca250ce20..ad4a790da 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -4,6 +4,7 @@ use std::sync::atomic::AtomicI32; pub use deno_broadcast_channel; pub use deno_console; +pub use deno_core; pub use deno_crypto; pub use deno_fetch; pub use deno_ffi; |