@peggyjs/coverage - v2.0.1
    Preparing search index...

    Interface TestPeggyOptions

    interface TestPeggyOptions {
        inputSourceMap?: boolean;
        noDelete?: boolean;
        noGenerate?: boolean;
        noMap?: boolean;
        noOriginal?: boolean;
    }
    Index

    Properties

    inputSourceMap?: boolean

    Read sourceMap information from the input file. Use it to filter the generated sourceMap information.

    noDelete?: boolean

    Do not delete the generated file.

    noGenerate?: boolean

    Do not generate a file, only run tests on the original.

    noMap?: boolean

    Do not add a sourcemap to the generated file. Defaults to true if peg$debugger is set on any start, otherwise false.

    noOriginal?: boolean

    Do not run tests on the original code, only on the generated code.