Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wumanho committed Jul 4, 2022
1 parent ce0f46c commit a1f6118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit a1f6118

Please sign in to comment.