@ordojs/core
Version:
Core compiler and runtime for OrdoJS framework
9 lines • 304 B
TypeScript
/**
* @fileoverview Parser primary expression handling
*/
import { type ExpressionNode } from '../types/index.js';
/**
* Complete implementation of parsePrimary method for OrdoJSParser
*/
export declare function parsePrimary(context: any): ExpressionNode;
//# sourceMappingURL=parser-primary.d.ts.map