Skip to content

Commit

Permalink
fix: goldstein: rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 11, 2024
1 parent df04e5e commit 3fddd10
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/keyword-try/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,3 @@ export default function keywordTry(Parser) {
}
};
}

export function createGoldsteinTry(args) {
return {
type: 'TryStatement',
expression: true,
await: args.await,
argument: {
type: 'CallExpression',
callee: args.callee,
arguments: args.args,
},
};
}

0 comments on commit 3fddd10

Please sign in to comment.