Skip to content

Commit

Permalink
Remove unused code (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed May 18, 2022
1 parent fe50b56 commit 35bf100
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/rules/no-expose-after-await.js
Expand Up @@ -161,9 +161,6 @@ module.exports = {
* @param {Program} node
*/
Program(node) {
context
.getScope()
.references.find((ref) => ref.identifier.name === 'defineExpose')
setupScopes.set(node, {
afterAwait: false,
range: scriptSetup.range,
Expand Down

0 comments on commit 35bf100

Please sign in to comment.