mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 06:48:10 +00:00
* fix(ui): make indexed access explicit across the Control UI Burns down all 322 ui-lane noUncheckedIndexedAccess errors: untrusted markdown/diff/patch parsing gets miss-tolerant guards (renderer rules degrade to empty output instead of throwing mid-render), accumulators use canonical sparse initialization, DOM lookups stay null-guarded, and length-checked constructions carry named invariants. * feat(tooling): enforce noUncheckedIndexedAccess in the core and ui lanes Flips the flag on for tsconfig.core.json and tsconfig.ui.json (covering src, all packages including the two deferred ones, and ui) and retires the strict-ratchet lane wholesale: config, script, projects reference, check/CI wiring, changed-lane routing, and sync test. The assertion-ban oxlint override stays as an independent surface.
10 lines
246 B
JSON
10 lines
246 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.core.projects.json" },
|
|
{ "path": "./tsconfig.extensions.projects.json" },
|
|
{ "path": "./tsconfig.scripts.json" },
|
|
{ "path": "./test/tsconfig/tsconfig.test.root.json" }
|
|
]
|
|
}
|