mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 05:14:21 -05:00
refactor: Make deno_runtime::shared
module public (#27242)
Signed-off-by: Benjamin Swerdlow <Swerdlowbenjamin@gmail.com>
This commit is contained in:
parent
56035f34a2
commit
d7dfd4b540
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pub use worker_bootstrap::BootstrapOptions;
|
|||
pub use worker_bootstrap::WorkerExecutionMode;
|
||||
pub use worker_bootstrap::WorkerLogLevel;
|
||||
|
||||
mod shared;
|
||||
pub mod shared;
|
||||
pub use shared::runtime;
|
||||
|
||||
pub struct UnstableGranularFlag {
|
||||
|
|
Loading…
Reference in a new issue