{"version":3,"file":"shell-deps.cjs","names":[],"sources":["../../src/browser/shell-deps.ts"],"sourcesContent":["/**\n * Browser-safe stubs for Node shell dependencies (readline, child_process).\n *\n * Selected via `#shell-deps` import condition in non-Node environments.\n * All exports are undefined — the interactive shell is Node-only and\n * guarded by `process.stdout.isTTY` checks at runtime.\n */\nexport const readline = undefined as any;\nexport const execSync = undefined as any;\nexport const spawnSync = undefined as any;\n"],"mappings":";;;;;;;;;AAOA,MAAa,WAAW,KAAA;AACxB,MAAa,WAAW,KAAA;AACxB,MAAa,YAAY,KAAA"}