mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
This commit is contained in:
parent
02187966c1
commit
115cc1e6ae
10 changed files with 112 additions and 265 deletions
|
@ -84,6 +84,6 @@ Deno.test(function opNamesMatch() {
|
|||
// @ts-ignore: Deno.core allowed
|
||||
Deno.core.opNames().sort(),
|
||||
// @ts-ignore: Deno.core allowed
|
||||
Object.keys(Deno.core.ops).sort().filter((name) => name !== "asyncOpsInfo"),
|
||||
Object.keys(Deno.core.ops).sort(),
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue