This commit is contained in:
max-mrgrsk
2025-05-10 18:29:09 +02:00
parent 66fba3b6fb
commit 19d4ad6332

View File

@ -1204,7 +1204,10 @@ export function locateVariableWithCallOrPipe(
return new Error('Initializer must be a PipeExpression or CallExpressionKw') return new Error('Initializer must be a PipeExpression or CallExpressionKw')
} }
return { variableDeclarator, shallowPath: variableDeclarationNode.shallowPath } return {
variableDeclarator,
shallowPath: variableDeclarationNode.shallowPath,
}
} }
export function findImportNodeAndAlias( export function findImportNodeAndAlias(