mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
Improve readability issues
This is only the first change of many changes. * Remove redundant autogenerated comments * Use the recommended file name style * Use camelCase for variable names * Don't introduce submodules for relevant types * Don't introduce constants like modules, these are implementation details * Remove empty files
This commit is contained in:
parent
898a83031c
commit
81ba61df7f
25 changed files with 186 additions and 240 deletions
|
|
@ -9,7 +9,7 @@ import HistoryDisplay from './components/HistoryDisplay.js';
|
|||
import LoadingIndicator from './components/LoadingIndicator.js';
|
||||
import InputPrompt from './components/InputPrompt.js';
|
||||
import Footer from './components/Footer.js';
|
||||
import { StreamingState } from '../core/StreamingState.js';
|
||||
import { StreamingState } from '../core/gemini-stream.js';
|
||||
import { PartListUnion } from '@google/genai';
|
||||
|
||||
interface AppProps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue