interface TransformResultWithSource {
    code: string;
    deps?: string[];
    dynamicDeps?: string[];
    etag?: string;
    map: null | SourceMap | {
        mappings: "";
    };
    source?: string;
}

Hierarchy

  • TransformResult
    • TransformResultWithSource

Properties

code: string
deps?: string[]
dynamicDeps?: string[]
etag?: string
map: null | SourceMap | {
    mappings: "";
}

Type declaration

  • mappings: ""
source?: string

Generated using TypeDoc