@jspm/generator
    Preparing search index...

    Interface ModuleAnalysis

    interface ModuleAnalysis {
        format:
            | "json"
            | "esm"
            | "commonjs"
            | "system"
            | "typescript"
            | "wasm"
            | "css";
        staticDeps: string[];
        dynamicDeps: string[];
        cjsLazyDeps: string[];
    }
    Index

    Properties

    format: "json" | "esm" | "commonjs" | "system" | "typescript" | "wasm" | "css"
    staticDeps: string[]
    dynamicDeps: string[]
    cjsLazyDeps: string[]