Update Rollup plugins (#13265)

This commit is contained in:
Nicolò Ribaudo
2021-05-06 08:53:30 +02:00
committed by GitHub
parent 187094b9a6
commit 9440318309
20 changed files with 86 additions and 100 deletions

View File

@@ -2,7 +2,7 @@ import syntaxOptionalCatchBinding from "@babel/plugin-syntax-optional-catch-bind
export default function ({ types: t }) {
return {
inherits: syntaxOptionalCatchBinding,
inherits: syntaxOptionalCatchBinding.default,
visitor: {
CatchClause(path) {