@cruglobal/js-hcl2 - v0.1.1
    Preparing search index...

    Interface ExprParseResult

    Parse a single standalone expression. Intended for tools and tests that want to operate on an expression string without the surrounding attribute syntax (e.g., the M4 property test lex(text) === lex(print(parseExpr(text)))).

    interface ExprParseResult {
        errors: readonly HCLParseError[];
        expr: ExprNode;
    }
    Index

    Properties

    Properties

    errors: readonly HCLParseError[]
    expr: ExprNode