Skip to content

Commit 6091a08

Browse files
committed
fix: function signature
1 parent 39b428f commit 6091a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/importMetaGlob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export async function parseImportGlob(
115115
}
116116

117117
ancestor(ast, {
118-
MemberExpression(node: MemberExpression, ancestors: Node[]) {
118+
MemberExpression(node: MemberExpression, _state, ancestors: Node[]) {
119119
const isImportMetaDot =
120120
node.object.type === 'MetaProperty' &&
121121
node.object.property.name === 'meta' &&

0 commit comments

Comments
 (0)