Skip to content

Commit

Permalink
chore: re-export deno_core from deno_runtime (denoland#12923)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Nov 28, 2021
1 parent cc83ad3 commit 3881e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3881e2e

Please sign in to comment.