Skip to content

Commit 7ade8b9

Browse files
authored
refactor: replace globby with tinyglob, govern execa, chalk (#1773)
1 parent 7dc60ef commit 7ade8b9

File tree

42 files changed

+24
-817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+24
-817
lines changed

β€Žpackages/cli/package.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@rspress/core": "workspace:*",
4747
"@rspress/shared": "workspace:*",
4848
"cac": "^6.7.14",
49-
"chalk": "5.4.1",
5049
"chokidar": "^3.6.0"
5150
},
5251
"devDependencies": {

β€Žpackages/cli/src/index.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { createRequire } from 'node:module';
22
import path from 'node:path';
33
import { build, dev, serve } from '@rspress/core';
4+
import chalk from '@rspress/shared/chalk';
45
import { logger } from '@rspress/shared/logger';
56
import { cac } from 'cac';
6-
import chalk from 'chalk';
77
import chokidar from 'chokidar';
88
import { loadConfigFile, resolveDocRoot } from './config/loadConfigFile';
99
import update from './update';

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.scandir/out/adapters/fs.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.scandir/out/index.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.scandir/out/providers/async.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.scandir/out/settings.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.scandir/out/types/index.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.stat/out/adapters/fs.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.stat/out/index.d.tsβ€Ž

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

β€Žpackages/core/compiled/fast-glob/@nodelib/fs.stat/out/providers/async.d.tsβ€Ž

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

0 commit comments

Comments
Β (0)