feat: Large Refactor of Editor.jsx as its a mono component. Added line cursor positon #9
Annotations
13 errors and 14 warnings
type-check
Cannot find module '../../Modals/ResetChanges' or its corresponding type declarations.
|
type-check
Process completed with exit code 2.
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L6
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L7
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L8
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L9
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L10
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L11
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L12
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L13
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L14
Unexpected separator (;)
|
lint:
frontend/src/components/Editor/EditorViewContainer/DeveloperToolsContainer.tsx#L15
Unexpected separator (;)
|
build
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
type-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
frontend/src/components/Common/CustomTooltip.tsx#L13
Unexpected any. Specify a different type
|
lint:
frontend/src/components/Editor/Editor.jsx#L2
'wrapCode' is defined but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L30
'setBlockHeightError' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L46
'setBlockView' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L129
'location' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L143
React Hook useEffect has missing dependencies: 'debouncedValidateSQLSchema', 'handleCodeGen', 'indexingCode', and 'schema'. Either include them or remove the dependency array
|
lint:
frontend/src/components/Editor/Editor.jsx#L153
React Hook useEffect has missing dependencies: 'CODE_STORAGE_KEY' and 'SCHEMA_STORAGE_KEY'. Either include them or remove the dependency array
|
lint:
frontend/src/components/Editor/Editor.jsx#L158
React Hook useEffect has missing dependencies: 'CODE_STORAGE_KEY' and 'SCHEMA_STORAGE_KEY'. Either include them or remove the dependency array
|
lint:
frontend/src/components/Editor/Editor.jsx#L163
React Hook useEffect has missing dependencies: 'SCHEMA_TYPES_STORAGE_KEY' and 'handleCodeGen'. Either include them or remove the dependency array
|
lint:
frontend/src/components/Editor/Editor.jsx#L167
React Hook useEffect has a missing dependency: 'DEBUG_LIST_STORAGE_KEY'. Either include it or remove the dependency array
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|