UNPKG

greybel-languageserver-core

Version:
6 lines (5 loc) 407 B
import { ASTBase, ASTBaseBlockWithScope } from 'miniscript-core'; export declare const lookupRootScope: (origin: ASTBaseBlockWithScope) => ASTBaseBlockWithScope; export declare const lookupScopes: (origin: ASTBaseBlockWithScope) => ASTBaseBlockWithScope[]; export declare const lookupIdentifier: (root: ASTBase) => ASTBase | null; export declare const lookupBase: (node?: ASTBase | null) => ASTBase | null;