From 3fc19dab47492e06043fc7add28e64693a4eb775 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Sep 2023 08:09:16 -0500 Subject: feat: support import attributes (#20342) --- cli/bench/deno_common.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/bench/deno_common.js') diff --git a/cli/bench/deno_common.js b/cli/bench/deno_common.js index 31ab05fba..210733c1a 100644 --- a/cli/bench/deno_common.js +++ b/cli/bench/deno_common.js @@ -7,7 +7,6 @@ Deno.bench("date_now", { n: 5e5 }, () => { // Fast API calls { - // deno-lint-ignore camelcase const { op_add } = Deno[Deno.internal].core.ops; // deno-lint-ignore no-inner-declarations function add(a, b) { @@ -21,7 +20,6 @@ Deno.bench("date_now", { n: 5e5 }, () => { Deno.bench("add_js", () => addJS(1, 2)); } -// deno-lint-ignore camelcase const { op_void_sync } = Deno[Deno.internal].core.ops; function sync() { return op_void_sync(); -- cgit v1.2.3