From c1d543e10a85347c1c219202b10ab2e5cccf942c Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 25 Aug 2020 00:12:16 +0800 Subject: BREAKING(std/wasi): use record for exports (#7109) --- std/wasi/snapshot_preview1.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'std') diff --git a/std/wasi/snapshot_preview1.ts b/std/wasi/snapshot_preview1.ts index a89957373..0e32e3a2b 100644 --- a/std/wasi/snapshot_preview1.ts +++ b/std/wasi/snapshot_preview1.ts @@ -292,8 +292,7 @@ export default class Module { // deno-lint-ignore no-explicit-any fds: any[]; - // deno-lint-ignore no-explicit-any - exports: { [key: string]: any }; + exports: Record; constructor(options: ModuleOptions) { this.args = options.args ? options.args : []; -- cgit v1.2.3