Skip to content

Commit

Permalink
fix: function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
gtm-nayan committed Nov 24, 2022
1 parent 39b428f commit 6091a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/importMetaGlob.ts
Expand Up @@ -115,7 +115,7 @@ export async function parseImportGlob(
}

ancestor(ast, {
MemberExpression(node: MemberExpression, ancestors: Node[]) {
MemberExpression(node: MemberExpression, _state, ancestors: Node[]) {
const isImportMetaDot =
node.object.type === 'MetaProperty' &&
node.object.property.name === 'meta' &&
Expand Down

0 comments on commit 6091a08

Please sign in to comment.