Skip to content

Commit 9d1ca32

Browse files
refactor(compiler-sfc): avoid unnecessary switch case fallthrough (#8998)
1 parent bc5799d commit 9d1ca32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compiler-sfc/src/script/resolveType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,7 @@ export function inferRuntimeType(
14531453
scope
14541454
)
14551455
}
1456+
break
14561457
case 'TSMethodSignature':
14571458
case 'TSFunctionType':
14581459
return ['Function']

0 commit comments

Comments
 (0)