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

    Interface DocumentOptions

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

    Properties

    Properties

    bail?: boolean

    Throw on first error (default) or collect all errors and throw an aggregate HCLParseError with errors[].

    filename?: string

    Filename used in error messages. Default: "".