tabby/clients/tabby-agent
Zhiming Ma d4bef71441
refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950)
* refactor(agent): add typescript strict check and eslint.

* fix(agent): fix tree-shaking for building browser lib.

* fix(vscode): fix ignore paths for watch script.
2023-12-06 22:06:01 +08:00
..
openapi feat(vscode): add notification when failed to connect to server. (#808) 2023-11-16 20:30:04 -08:00
src refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
tests refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
wasm feat(agent): add experimental postprocess limit scope by syntax. (#758) 2023-11-12 10:11:31 -08:00
.eslintrc refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
.gitattributes feat(agent): add experimental postprocess limit scope by syntax. (#758) 2023-11-12 10:11:31 -08:00
.gitignore refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
.mocha.env.js feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
.mocharc.js feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
.npmignore refactor: update yarn workspace struct and build scripts. (#288) 2023-07-11 14:02:58 +08:00
.prettierignore test(agent): add test bad case for limit scopy by indentation. (#757) 2023-11-10 22:45:38 -08:00
.prettierrc.json feat: Agent add postprocess for repetitive patterns. (#294) 2023-07-13 16:31:20 +08:00
package.json refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
tsconfig.json refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00
tsup.config.ts refactor(agent): refactor tabby agent code style. Add typescripty strict check and eslint. (#950) 2023-12-06 22:06:01 +08:00