frontend/.pnpm-store/v3/files/85/698eb97c3aec77f00c975401ebf5229b4ee8b9716395871159b95bee852514053ca185c37920de96eec052b24b37e7764f0e1a7c8725da45438f5359d53d89

6 lines
378 B
Plaintext

import { Scope } from '../utils/scope';
import { Node } from 'estree';
import Renderer from './Renderer';
export declare function invalidate(renderer: Renderer, scope: Scope, node: Node, names: Set<string>, main_execution_context?: boolean): any;
export declare function renderer_invalidate(renderer: Renderer, name: string, value?: any, main_execution_context?: boolean): any;