Stone.js API
    Preparing search index...
    • Drop circular-dependency warnings coming from node_modules, keep everything else.

      Dependencies legitimately contain cycles (zod and zod-to-json-schema, reached through the MCP SDK, emit around twenty lines on their own). The application author cannot act on any of them, and a wall of warnings on an otherwise successful build reads as a failure. Cycles in the user's own code still warn, because those are actionable.

      Parameters

      • warning: RollupLog

        The Rollup warning.

      • warn: LoggingFunction

        The default Rollup warning handler.

      Returns void