File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- import chalk from 'chalk'
16
15
import os from 'node:os'
17
16
import path from 'node:path'
18
17
import repl from 'node:repl'
19
18
import { inspect } from 'node:util'
20
19
import { ProcessOutput , defaults } from './core.js'
20
+ import { chalk } from './vendor.js'
21
21
22
22
export function startRepl ( ) {
23
23
defaults . verbose = false
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- declare module 'fast-glob' {
16
- namespace FastGlob {
17
- export type Entry = any
18
- }
19
- }
20
-
21
15
import {
22
16
globby ,
23
17
globbySync ,
@@ -36,6 +30,7 @@ export {
36
30
type RequestInfo ,
37
31
type RequestInit ,
38
32
} from 'node-fetch'
33
+
39
34
export const globbyModule = {
40
35
globby,
41
36
globbySync,
@@ -58,6 +53,5 @@ export { type Options as GlobbyOptions } from 'globby'
58
53
export { default as chalk , type ChalkInstance } from 'chalk'
59
54
export { default as which } from 'which'
60
55
export { default as minimist } from 'minimist'
61
-
62
- export { ssh } from 'webpod'
63
56
export { default as psTreeModule } from 'ps-tree'
57
+ export { ssh } from 'webpod'
You can’t perform that action at this time.
0 commit comments