mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Revert "Including a test harness for it, and making sure the cursor is always at the end."
This reverts commit 97db77997f.
This commit is contained in:
parent
f330a87e50
commit
dbf4c3a37c
12 changed files with 67 additions and 3269 deletions
|
|
@ -8,7 +8,6 @@
|
|||
"build": "tsc && touch dist/.last_build",
|
||||
"start": "node dist/gemini.js",
|
||||
"debug": "node --inspect-brk dist/gemini.js",
|
||||
"test": "vitest run",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
|
|
@ -33,7 +32,6 @@
|
|||
"@types/node": "^20.11.24",
|
||||
"@types/react": "^19.1.0",
|
||||
"@types/yargs": "^17.0.32",
|
||||
"jsdom": "^26.1.0",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue