Skip to content

Commit

Permalink
refactor: Make deno_runtime::shared module public (#27242)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Swerdlow <Swerdlowbenjamin@gmail.com>
  • Loading branch information
theswerd authored Dec 9, 2024
1 parent 56035f3 commit d7dfd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d7dfd4b

Please sign in to comment.