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

    Interface ParserOptions

    interface ParserOptions {
        bail?: boolean;
    }
    Index

    Properties

    Properties

    bail?: boolean

    Throw on the first error (true) or collect all errors (false). Default: true.