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

    Interface PartsHolder

    Any object with a parts array that the print walker can descend into. Covers all node types plus the template/traversal sub-parts.

    interface PartsHolder {
        parts: readonly (Token | PartsHolder)[];
    }
    Index

    Properties

    Properties

    parts: readonly (Token | PartsHolder)[]