Skip to content

Commit

Permalink
add missing default case
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Mar 2, 2022
1 parent c70beed commit 273ec4d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -80,6 +80,8 @@ async function parseExportNamesInto(
addExportNames(names, node.declaration.identifier)
}
continue
default:
break
}
}
}
Expand Down

0 comments on commit 273ec4d

Please sign in to comment.