0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

refactor: Make deno_runtime::shared module public (#27242)

Signed-off-by: Benjamin Swerdlow <Swerdlowbenjamin@gmail.com>
This commit is contained in:
Benjamin Swerdlow 2024-12-09 10:52:13 -08:00 committed by Bartek Iwańczuk
parent e7606429b0
commit ae4eeee09d
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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 {