diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-10-27 22:56:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 11:26:16 +0530 |
commit | d9e425a9472981e8a1df025c29bbad609123e783 (patch) | |
tree | 3e39c6fa167e68efb8de3da7aadede13174aa7fe /core/bindings.rs | |
parent | a4d4acd1aff3f6213d43d921624d69195c379744 (diff) |
chore(core): remove TODO in bindings.rs (#16456)
Diffstat (limited to 'core/bindings.rs')
-rw-r--r-- | core/bindings.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/bindings.rs b/core/bindings.rs index 741ab6336..1a869f3c4 100644 --- a/core/bindings.rs +++ b/core/bindings.rs @@ -107,10 +107,6 @@ pub fn initialize_context<'s>( // Snapshot already registered `Deno.core.ops` but // extensions may provide ops that aren't part of the snapshot. - // - // TODO(@littledivy): This is extra complexity for - // a really weird usecase. Remove this once all - // tsc ops are static at snapshot time. if snapshot_loaded { // Grab the Deno.core.ops object & init it let ops_obj = JsRuntime::grab_global::<v8::Object>(scope, "Deno.core.ops") |