RolandJansen/intermix.js

View on GitHub
etc/make-docs.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function main has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function main() {
    await new Promise((resolve, reject) =>
        exec("api-extractor run --local && api-documenter markdown -i temp -o docs/api", (err, stdout, stderr) => {
            console.log(stdout);
            console.error(stderr);
Severity: Major
Found in etc/make-docs.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status