bedrock-kit
    Preparing search index...

    Type Alias PackData

    PackData: Map<string, { data: Record<string, unknown>; rawText: string }>

    A parsed in-memory representation of a pack's files, keyed by their slash-normalised path relative to the pack root. e.g. "textures/item_texture.json" -> { data, rawText }

    Stores both the parsed JSON object and the original raw file text so that comment-parser can extract any JSDoc blocks written in the file.

    Used internally by AddOn.fromFileList.