openpetswithchatandmcp/website/type-check.log
OpenPets Dev 65ac83849e Add 'website/' from commit '966aea480ffe1c340553aa878def30131d2af827'
git-subtree-dir: website
git-subtree-mainline: 8d3849caea
git-subtree-split: 966aea480f
2026-06-17 20:48:39 +00:00

15 lines
1 KiB
Text
Executable file

> scriptoriumai-ui@2.0.0 type-check
> tsc --noEmit
src/pages/EditorSimplified.tsx(2529,11): error TS2657: JSX expressions must have one parent element.
src/pages/EditorSimplified.tsx(2573,35): error TS1005: '}' expected.
src/pages/EditorSimplified.tsx(2573,56): error TS1003: Identifier expected.
src/pages/EditorSimplified.tsx(2574,17): error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?
src/pages/EditorSimplified.tsx(2576,19): error TS17002: Expected corresponding JSX closing tag for 'div'.
src/pages/EditorSimplified.tsx(2587,15): error TS17002: Expected corresponding JSX closing tag for 'aside'.
src/pages/EditorSimplified.tsx(4006,11): error TS1005: ')' expected.
src/pages/EditorSimplified.tsx(4006,13): error TS17002: Expected corresponding JSX closing tag for 'div'.
src/pages/EditorSimplified.tsx(4007,10): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
src/pages/EditorSimplified.tsx(4009,5): error TS1005: ')' expected.
src/pages/EditorSimplified.tsx(4010,3): error TS1109: Expression expected.