summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/compiler.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts
index ffd4695ae..b550c938b 100644
--- a/cli/tsc/compiler.d.ts
+++ b/cli/tsc/compiler.d.ts
@@ -38,8 +38,6 @@ declare global {
interface DenoCore {
encode(value: string): Uint8Array;
// deno-lint-ignore no-explicit-any
- opSync<T>(name: string, params: T): any;
- // deno-lint-ignore no-explicit-any
ops: Record<string, (...args: unknown[]) => any>;
print(msg: string, stderr: boolean): void;
registerErrorClass(