Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 16, 2024
1 parent 98766c2 commit 07b29a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/plugin-vue/src/handleHotUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@ function isEqualAst(prev?: t.Statement[], next?: t.Statement[]): boolean {
'leadingComments',
'trailingComments',
'innerComments',
// https://github.com/vuejs/core/issues/11923
// avoid comparing the following properties of typeParameters
// as it may be imported from 3rd lib and complex to compare
// https://github.com/vuejs/core/issues/11923
// avoid comparing the following properties of typeParameters
// as it may be imported from 3rd lib and complex to compare
'_ownerScope',
'_resolvedReference',
'_resolvedElements'
'_resolvedElements',
])
) {
return false
Expand Down

0 comments on commit 07b29a6

Please sign in to comment.