Conversation
…たは警告化しまし
た。型のない箇所を機械的に unknown 化する対応はしていません。
- src/components/AI/AIPanel.tsx:125 と src/components/AI/AIReview/AIReviewTab.tsx:124 の Effect は、ループを招く依存追加を
避けつつ同期処理を明確化しました。
- src/components/Bottom/ProblemsPanel.tsx:18、src/components/Bottom/BottomPanel.tsx:61、src/components/Bottom/
Terminal.tsx:30 は、既に存在する Monaco / VimEditor 型を使って明白な any を除去し、素直に直せるボタン操作も修正しまし
た。
- src/engine/user/authRepository.ts:125 と src/engine/core/fileRepository/indexeddb.ts:387 の async Promise executor を除
去し、src/engine/cmd/handlers/gitHandler.ts:41 の重複 case を削除しました。
- Biome の formatter / import organizer が要求した既存ファイルの整形・import 整理も適用したため、差分は 40 ファイルに広
がっています。意味変更ではありません。
…me dependency to 2.4.15 in package.json and pnpm-lock.yaml; refactor key binding functions for improved readability
…ns['remarkPlugins']
…in multiple files
…son and pnpm-lock.yaml
…ilds and add minimumReleaseAgeExclude for react-scan@0.5.7
…ryChunk type for chunk handling
…n logic in AIPanel fix: log error message on failed log copy in OutputPanel refactor: simplify rendering of 'Mark as Resolved' text in MergeConflictResolutionTab fix: add error logging for arithmetic evaluation in scriptRunner
…ous Unix command files
- Added console warnings for non-fatal errors in MarkdownPreviewTab, ShortcutKeysTab, TabSessionManager, WebPreviewTab, markdownUtils, MonacoEditor, editor-utils, monarch-jsx-language, useMonacoModels, OperationVirtualList, OperationWindow, operationWorker, contextBuilder, git.ts, checkout.ts, diff.ts, merge.ts, mergeConflictDetector.ts, reset.ts, revert.ts, tree.ts, npm.ts, test.ts, expr.ts, indexeddb.ts, gitFileSystem.ts, syncManager.ts, extensionManager.ts, isLikelyTextFile.ts, exportPage.ts, moduleCache.ts, moduleLoader.ts, moduleResolver.ts, assertModule.ts, fsModule.ts, nodeRuntime.ts, storage/index.ts, authRepository.ts, useAI.ts, useDiffTabHandlers.ts, useGlobalScrollLock.ts, usePaneResize.ts. - Removed unused variables and improved code clarity in various files.
…ns in various modules
…nitions in MonacoEditor and NpmCommands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhance code quality by updating linter rules, refactoring components for readability, and addressing various issues across multiple files. This includes disabling certain linter rules, improving error handling, and organizing imports. The changes also involve updating dependencies and ensuring compatibility with the latest biome schema. Non-fatal error logging has been added to improve debugging.