diff --git a/scripts/build-deno.ts b/scripts/build-deno.ts index f26c791f..764d393f 100644 --- a/scripts/build-deno.ts +++ b/scripts/build-deno.ts @@ -5,7 +5,6 @@ import { transformAsync, PluginObj, types as Types } from '@babel/core' import tsSyntax from '@babel/plugin-syntax-typescript' function node2deno(options: { types: typeof Types }): PluginObj { - const t = options.types return { name: 'node2deno',