Merge remote-tracking branch 'origin' into kurt-multi-profile-again

This commit is contained in:
Kurt Hutten Irev-Dev
2025-02-05 11:48:43 +11:00
555 changed files with 143164 additions and 139326 deletions

View File

@ -57,7 +57,7 @@ export function angleBetweenInfo({
)
const isAllTooltips = nodes.every(
(node) =>
node?.type === 'CallExpression' &&
(node?.type === 'CallExpression' || node?.type === 'CallExpressionKw') &&
toolTips.includes(node.callee.name as any)
)