mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
Extracted out of https://github.com/denoland/deno/pull/30330 This is to reduce code duplication.
155 B
155 B
deno_maybe_sync
Optionally Sync structures used in Deno.
Deno uses the Sync feature, while Deno Deploy doesn't, so that's why we have
this code.