@jspm/generator
    Preparing search index...

    Interface HtmlAnalysis

    interface HtmlAnalysis {
        map: ParsedMap;
        base: URL;
        esModuleShims: HtmlTag;
        staticImports: Set<string>;
        dynamicImports: Set<string>;
        preloads: HtmlTag[];
        modules: HtmlTag[];
        inlineModules: HtmlTag[];
        scripts: HtmlTag[];
        comments: HtmlTag[];
        newlineTab: string;
    }
    Index

    Properties

    base: URL
    esModuleShims: HtmlTag
    staticImports: Set<string>
    dynamicImports: Set<string>
    preloads: HtmlTag[]
    modules: HtmlTag[]
    inlineModules: HtmlTag[]
    scripts: HtmlTag[]
    comments: HtmlTag[]
    newlineTab: string