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

    Interface ParseOptions

    Options accepted by the top-level parse.

    interface ParseOptions {
        bail?: boolean;
        filename?: string;
    }
    Index

    Properties

    Properties

    bail?: boolean

    When true (the default), throw on the first parse error. When false, collect all errors and throw a single aggregate HCLParseError whose errors[] array contains every individual failure.

    filename?: string

    Filename used in error messages. Default: "".