@wdprlib/parser
    Preparing search index...

    Variable preprocessIfConst

    preprocessIf: (source: string) => string = preprocessExpr

    Backwards-compatible alias for the older preprocessIf name (used by external callers that target the previous, [[#if]]-only behaviour). Both names point at the same implementation, which now also resolves [[#ifexpr]] and [[#expr]] in opener context.

    Type Declaration

      • (source: string): string
      • Parameters

        • source: string

        Returns string