js-yaml - v5.3.0
    Preparing search index...

    Interface ConstructorOptions

    interface ConstructorOptions {
        source: string;
        filename?: string;
        schema?: Schema;
        json?: boolean;
        maxTotalMergeKeys?: number;
        maxAliases?: number;
    }
    Index

    Source text referenced by offsets in events.

    Schema to use.

    CORE_SCHEMA

    Enables compatibility with JSON.parse behavior. Duplicate keys in a mapping override values instead of throwing an error.

    false

    Maximum total number of keys processed by merge (<<) across one load call. Set to -1 to disable the limit.

    10000

    Maximum number of alias nodes (*ref) per document. Set to 0 to reject all aliases, or to -1 for no limit.

    -1