Skip to content

Commit 2205606

Browse files
authored
Remove globby as it's no longer used (RooCodeInc#2788)
1 parent 5d0aa20 commit 2205606

File tree

5 files changed

+21
-79
lines changed

5 files changed

+21
-79
lines changed

jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ module.exports = {
3131
"@modelcontextprotocol/sdk/(.*)": "<rootDir>/src/__mocks__/@modelcontextprotocol/sdk/$1",
3232
"^delay$": "<rootDir>/src/__mocks__/delay.js",
3333
"^p-wait-for$": "<rootDir>/src/__mocks__/p-wait-for.js",
34-
"^globby$": "<rootDir>/src/__mocks__/globby.js",
3534
"^serialize-error$": "<rootDir>/src/__mocks__/serialize-error.js",
3635
"^strip-ansi$": "<rootDir>/src/__mocks__/strip-ansi.js",
3736
"^default-shell$": "<rootDir>/src/__mocks__/default-shell.js",
3837
"^os-name$": "<rootDir>/src/__mocks__/os-name.js",
3938
"^strip-bom$": "<rootDir>/src/__mocks__/strip-bom.js",
4039
},
4140
transformIgnorePatterns: [
42-
"node_modules/(?!(@modelcontextprotocol|delay|p-wait-for|globby|serialize-error|strip-ansi|default-shell|os-name|strip-bom)/)",
41+
"node_modules/(?!(@modelcontextprotocol|delay|p-wait-for|serialize-error|strip-ansi|default-shell|os-name|strip-bom)/)",
4342
],
4443
roots: ["<rootDir>/src", "<rootDir>/webview-ui/src"],
4544
modulePathIgnorePatterns: [".vscode-test"],

package-lock.json

Lines changed: 19 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@
427427
"fastest-levenshtein": "^1.0.16",
428428
"fzf": "^0.5.2",
429429
"get-folder-size": "^5.0.0",
430-
"globby": "^14.0.2",
431430
"i18next": "^24.2.2",
432431
"isbinaryfile": "^5.0.2",
433432
"js-tiktoken": "^1.0.19",

src/__mocks__/globby.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/core/Cline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ export class Cline extends EventEmitter<ClineEvents> {
16421642
}
16431643
}
16441644

1645-
// Getting verbose details is an expensive operation, it uses globby to
1645+
// Getting verbose details is an expensive operation, it uses ripgrep to
16461646
// top-down build file structure of project which for large projects can
16471647
// take a few seconds. For the best UX we show a placeholder api_req_started
16481648
// message with a loading spinner as this happens.

0 commit comments

Comments
 (0)