feat: Large Refactor of Editor.jsx as its a mono component. Added line cursor positon #8
Annotations
11 errors and 14 warnings
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#L26
'setAccountId' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L32
'setBlockHeightError' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L48
'setBlockView' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L131
'location' is assigned a value but never used
|
lint:
frontend/src/components/Editor/Editor.jsx#L145
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#L155
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#L160
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#L165
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#L169
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/.
|