refactor(client): replace patched JSON tree dependency

This commit is contained in:
_Kerman
2026-07-28 14:37:00 +08:00
parent 1ac0eb9611
commit 64b9535c31
13 changed files with 757 additions and 504 deletions

View File

@@ -102,10 +102,7 @@ export default defineConfig({
// branches need a browser-grade harness the jsdom lane doesn't cover
// yet. TODO(gui): cover and remove as the client test lane matures.
'packages/client/ui-trajectory/src/*',
// Trajectory's JSON inspector depends on browser geometry, portals,
// clipboard behavior, and its compact Markdown projection; keep both
// with the same browser-harness debt.
'packages/client/ui-primitives/src/JsonTree.tsx',
// Trajectory's compact Markdown projection retains deferred branch coverage.
'packages/client/ui-primitives/src/markdown/plain-text.ts',
'packages/client/ui-question/src/client/QuestionComposer.tsx',
'packages/client/web-react/src/*',