mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
Step 4.4 of source reorganization - move cookie-related files: - JSCookie.cpp/h - JSCookieMap.cpp/h 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
[
|
|
{
|
|
"output": "BunErrorSources.txt",
|
|
"paths": ["packages/bun-error/*.{json,ts,tsx,css}", "packages/bun-error/img/*"]
|
|
},
|
|
{
|
|
"output": "NodeFallbacksSources.txt",
|
|
"paths": ["src/node-fallbacks/*.js"]
|
|
},
|
|
{
|
|
"output": "ZigGeneratedClassesSources.txt",
|
|
"paths": ["src/buntime/*.classes.ts", "src/buntime/{api,node,webcore}/*.classes.ts", "src/test_runner/*.classes.ts"]
|
|
},
|
|
{
|
|
"output": "JavaScriptSources.txt",
|
|
"paths": ["src/js/**/*.{js,ts}", "src/install/PackageManager/scanner-entry.ts"]
|
|
},
|
|
{
|
|
"output": "JavaScriptCodegenSources.txt",
|
|
"paths": ["src/codegen/*.ts"]
|
|
},
|
|
{
|
|
"output": "BakeRuntimeSources.txt",
|
|
"paths": ["src/bake/*.ts", "src/bake/*/*.{ts,css}"],
|
|
"exclude": ["src/bake/generated.ts"]
|
|
},
|
|
{
|
|
"output": "BindgenSources.txt",
|
|
"paths": ["src/**/*.bind.ts"]
|
|
},
|
|
{
|
|
"output": "BindgenV2Sources.txt",
|
|
"paths": ["src/**/*.bindv2.ts"]
|
|
},
|
|
{
|
|
"output": "BindgenV2InternalSources.txt",
|
|
"paths": ["src/codegen/bindgenv2/**/*.ts"]
|
|
},
|
|
{
|
|
"output": "ZigSources.txt",
|
|
"paths": ["src/**/*.zig"]
|
|
},
|
|
{
|
|
"output": "CxxSources.txt",
|
|
"paths": [
|
|
"src/io/*.cpp",
|
|
"src/buntime/modules/*.cpp",
|
|
"src/buntime/bindings/*.cpp",
|
|
"src/buntime/bindings/webcore/*.cpp",
|
|
"src/buntime/bindings/sqlite/*.cpp",
|
|
"src/buntime/bindings/webcrypto/*.cpp",
|
|
"src/buntime/bindings/webcrypto/*/*.cpp",
|
|
"src/buntime/bindings/node/*.cpp",
|
|
"src/buntime/bindings/node/crypto/*.cpp",
|
|
"src/buntime/bindings/node/http/*.cpp",
|
|
"src/buntime/bindings/v8/*.cpp",
|
|
"src/buntime/bindings/v8/shim/*.cpp",
|
|
"src/buntime/api/console/*.cpp",
|
|
"src/buntime/api/inspector/*.cpp",
|
|
"src/buntime/api/error/*.cpp",
|
|
"src/buntime/api/cookie/*.cpp",
|
|
"src/bake/*.cpp",
|
|
"src/deps/*.cpp",
|
|
"src/vm/*.cpp",
|
|
"packages/bun-usockets/src/crypto/*.cpp"
|
|
]
|
|
},
|
|
{
|
|
"output": "CSources.txt",
|
|
"paths": [
|
|
"packages/bun-usockets/src/*.c",
|
|
"packages/bun-usockets/src/eventing/*.c",
|
|
"packages/bun-usockets/src/internal/*.c",
|
|
"packages/bun-usockets/src/crypto/*.c",
|
|
"src/buntime/bindings/uv-posix-polyfills.c",
|
|
"src/buntime/bindings/uv-posix-stubs.c",
|
|
"src/*.c",
|
|
"src/buntime/bindings/node/http/llhttp/*.c"
|
|
]
|
|
}
|
|
]
|