@jspm/generator
    Preparing search index...

    Interface ParsedMap

    interface ParsedMap {
        json: any;
        style: SourceStyle;
        newScript: boolean;
        start: number;
        end: number;
        attrs: Record<string, HtmlAttr>;
    }

    Hierarchy

    Index

    Properties

    json: any
    style: SourceStyle
    newScript: boolean
    start: number
    end: number
    attrs: Record<string, HtmlAttr>