File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 "birpc" : " catalog:deps" ,
6060 "birpc-x" : " catalog:deps" ,
6161 "cac" : " catalog:deps" ,
62- "debug" : " catalog:deps" ,
6362 "launch-editor" : " catalog:deps" ,
6463 "mlly" : " catalog:deps" ,
6564 "nanoevents" : " catalog:deps" ,
65+ "obug" : " catalog:deps" ,
6666 "open" : " catalog:deps" ,
6767 "pathe" : " catalog:deps" ,
6868 "perfect-debounce" : " catalog:deps" ,
Original file line number Diff line number Diff line change 11import type { DevToolsNodeContext } from '@vitejs/devtools-kit'
22import type { ResolvedConfig , ViteDevServer } from 'vite'
3- import Debug from 'debug '
3+ import { createDebug } from 'obug '
44import { ContextUtils } from './context-utils'
55import { DevToolsDockHost } from './host-docks'
66import { RpcFunctionsHost } from './host-functions'
77import { DevToolsViewHost } from './host-views'
88import { builtinRpcFunctions } from './rpc'
99
10- const debug = Debug ( 'vite:devtools:context' )
10+ const debug = createDebug ( 'vite:devtools:context' )
1111
1212export async function createDevToolsContext (
1313 viteConfig : ResolvedConfig ,
You can’t perform that action at this time.
0 commit comments