Add claude-code-source-code and claw-code directories
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
claude-code-source-code/stubs/bun-bundle.ts
Normal file
4
claude-code-source-code/stubs/bun-bundle.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Stub for bun:bundle — feature() is compile-time in Bun; replaced by build script
|
||||
export function feature(_flag: string): boolean {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user