@oazmi/superbuild-plugins - v0.1.0
    Preparing search index...

    Interface HtmlDependencyEmitData

    the data passed from the transformation-stage to the emission-stage via the emitData return field.

    interface HtmlDependencyEmitData {
        htmlDocument: HtmlNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    htmlDocument: HtmlNode

    the AST of the html document that was processed in the onTransform hook.