For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/api.PackageOutputFile.md.
  • 简体中文
  • Interface: PackageOutputFile

    Properties

    bytes

    readonly bytes: number


    kind

    readonly kind: "generated" | "bundle"


    mode?

    readonly optional mode?: number

    Present only for executable outputs.


    path

    readonly path: string

    POSIX path relative to the package output root.


    sha256

    readonly sha256: string


    sourceInputs

    readonly sourceInputs: readonly string[]

    Sorted, unique POSIX paths relative to the project root.