Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove imported ops from Deno.core.ops #22194

Merged
merged 11 commits into from
Jan 31, 2024
Prev Previous commit
Next Next commit
ops test
  • Loading branch information
bartlomieju committed Jan 30, 2024
commit 561668cee7e0704cc84ebdea987348606fe25a53
2 changes: 1 addition & 1 deletion cli/tests/unit/ops_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

const EXPECTED_OP_COUNT = 151;
const EXPECTED_OP_COUNT = 156;

Deno.test(function checkExposedOps() {
// @ts-ignore TS doesn't allow to index with symbol
Expand Down
Loading