Skip to content

Commit d9e425a

Browse files
authored
chore(core): remove TODO in bindings.rs (denoland#16456)
1 parent a4d4acd commit d9e425a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/bindings.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ pub fn initialize_context<'s>(
107107

108108
// Snapshot already registered `Deno.core.ops` but
109109
// 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.
114110
if snapshot_loaded {
115111
// Grab the Deno.core.ops object & init it
116112
let ops_obj = JsRuntime::grab_global::<v8::Object>(scope, "Deno.core.ops")

0 commit comments

Comments
 (0)