mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Step 4.3 of source reorganization - move error-related files: - DeferredError.zig - ErrorCode.cpp/h/ts/zig - ErrorStackFrame.cpp/h - ErrorStackTrace.cpp/h - Errorable.zig - JSErrorCode.zig - SystemError.zig - ZigErrorType.zig 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
81 lines
2.2 KiB
JSON
81 lines
2.2 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/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"
|
|
]
|
|
}
|
|
]
|