File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Element } from '@core/element'
22import { html } from 'lit'
33import { customElement , property } from 'lit/decorators.js'
4- import type { TraceLog } from '../../../../ service/src/types '
4+ import type { TraceLog } from '@wdio/devtools- service'
55
66@customElement ( 'wdio-devtools-trace-loader' )
77export class DevtoolsTraceLoader extends Element {
Original file line number Diff line number Diff line change 11import { html } from 'lit'
22import { customElement , property } from 'lit/decorators.js'
33
4- import type { CommandLog } from '@wdio/devtools-service/types '
4+ import type { CommandLog } from '@wdio/devtools-service'
55
66import { ActionItem , ICON_CLASS } from './item.js'
77
Original file line number Diff line number Diff line change 11import { Element } from '@core/element'
22import { html , css } from 'lit'
33import { property } from 'lit/decorators.js'
4- import type { CommandLog } from '@wdio/devtools-service/types '
4+ import type { CommandLog } from '@wdio/devtools-service'
55
66export type ActionEntry = TraceMutation | CommandLog
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Element } from '@core/element'
22import { html , css } from 'lit'
33import { customElement , property } from 'lit/decorators.js'
44
5- import type { CommandLog } from '@wdio/devtools-service/types '
5+ import type { CommandLog } from '@wdio/devtools-service'
66import type { CommandEndpoint } from '@wdio/protocols'
77
88import './list.js'
Original file line number Diff line number Diff line change 11import { createContext , ContextProvider } from '@lit/context'
22import type { ReactiveController , ReactiveControllerHost } from 'lit'
3- import type { Metadata , CommandLog , TraceLog } from '@wdio/devtools-service/types '
3+ import type { Metadata , CommandLog , TraceLog } from '@wdio/devtools-service'
44
55const CACHE_ID = 'wdio-trace-cache'
66
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { getBrowserObject } from './utils.js'
1414import { parse } from 'stack-trace'
1515import { type TraceLog , TraceType } from './types.js'
1616import { INTERNAL_COMMANDS , SPEC_FILE_PATTERN , CONTEXT_CHANGE_COMMANDS } from './constants.js'
17-
17+ export * from './types.js'
1818export const launcher = DevToolsAppLauncher
1919
2020const log = logger ( '@wdio/devtools-service' )
You can’t perform that action at this time.
0 commit comments