We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d4acd commit d9e425aCopy full SHA for d9e425a
core/bindings.rs
@@ -107,10 +107,6 @@ pub fn initialize_context<'s>(
107
108
// Snapshot already registered `Deno.core.ops` but
109
// extensions may provide ops that aren't part of the snapshot.
110
- //
111
- // TODO(@littledivy): This is extra complexity for
112
- // a really weird usecase. Remove this once all
113
- // tsc ops are static at snapshot time.
114
if snapshot_loaded {
115
// Grab the Deno.core.ops object & init it
116
let ops_obj = JsRuntime::grab_global::<v8::Object>(scope, "Deno.core.ops")
0 commit comments