pull/15673/head
ComputerGuy 6 months ago
parent 524d22954b
commit a1a13d7a24

@ -24,6 +24,7 @@ export function CallExpression(node, context) {
/** @type {Expression} */ (context.visit(node.arguments[0])),
is_ignored(node, 'state_snapshot_uncloneable') && b.true
);
/* eslint-disable no-fallthrough */
case '$state.invalidate':
if (node.arguments[0].type === 'Identifier') {
return b.call('$.invalidate', node.arguments[0]);

Loading…
Cancel
Save