You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/next-steps.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ Focused follow-up work for `@knighted/develop`.
16
16
- "Audit the current Biome lint rules used by `@knighted/develop`, propose and apply a refined rule profile for component/styles linting, and add/update Playwright coverage to keep diagnostics UX stable under the new rules. Preserve intentional suppressions only when justified and document the reasoning. Validate with `npm run lint`, `npm run build:esm`, and targeted lint diagnostics Playwright tests."
17
17
18
18
2.**In-browser component type checking**
19
-
- Add editor-linked diagnostics navigation so each issue can jump to the exact line/column in the component source.
20
-
- Surface line/column context directly in the diagnostics UI (not just message text) to speed up triage.
21
19
- Prioritize first-run performance improvements in CDN/type graph hydration (request ordering, cache reuse, and avoiding redundant fetches) before deeper host refactors.
22
20
- Continue improving warm-run typecheck performance for large sources while keeping the preview loop non-blocking.
0 commit comments