1
0
Fork 0
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:
Benjamin Swerdlow 2024-12-09 10:52:13 -08:00 committed by GitHub
parent 56035f34a2
commit d7dfd4b540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {