KC's Workspace
    Preparing search index...
    interface TransformModuleJSON {
        ast?: ProgramNode;
        code: string;
        customTransformCache: boolean;
        originalCode: string;
        originalSourcemap: ExistingDecodedSourceMap | null;
        safeVariableNames: Record<string, string> | null;
        sourcemapChain: DecodedSourceMapOrMissing[];
        transformDependencies: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: string
    customTransformCache: boolean
    originalCode: string
    originalSourcemap: ExistingDecodedSourceMap | null
    safeVariableNames: Record<string, string> | null
    sourcemapChain: DecodedSourceMapOrMissing[]
    transformDependencies: string[]