@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Namespace SpelDiagnosticEngine

    Multi-stage diagnostic engine for SpEL expressions.

    Pipeline:

    1. Syntax check — uses the parser for exact error detection
    2. Semantic check — detects self-comparisons, double-negation, tautologies
    3. Context check — validates references against a ContextSchema
    4. Type check — detects operand type mismatches
    checkContext
    checkSemantics
    checkSyntax
    parseWithDiagnostics
    validate