From 28576db10ed1b06e2c68a645cff8027e93dd76dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 6 Feb 2024 02:47:10 +0100 Subject: refactor: don't expose some ops (#22281) This commit brings down the number of ops exposed to user code to 51. --- cli/tests/unit/ops_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit/ops_test.ts') diff --git a/cli/tests/unit/ops_test.ts b/cli/tests/unit/ops_test.ts index a1cee04f4..71b66f312 100644 --- a/cli/tests/unit/ops_test.ts +++ b/cli/tests/unit/ops_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -const EXPECTED_OP_COUNT = 58; +const EXPECTED_OP_COUNT = 51; Deno.test(function checkExposedOps() { // @ts-ignore TS doesn't allow to index with symbol -- cgit v1.2.3