KC's Workspace
    Preparing search index...
    type RenderedChunkMeta = {
        chunks: Record<string, RenderedChunk>;
        magicString?: RolldownMagicString;
    }
    Index

    Properties

    Properties

    chunks: Record<string, RenderedChunk>

    Contains information about all chunks that are being rendered. This is useful to explore the entire chunk graph.

    magicString?: RolldownMagicString

    A lazily-created MagicString instance for the chunk's code. Use this to perform string transformations with automatic source map support. This is only available when experimental.nativeMagicString is enabled.