15 lines
1 KiB
Text
Executable file
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.
|