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 '@wdio/devtools-service'
4+ import type { TraceLog } from '@wdio/devtools-service/types '
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'
4+ import type { CommandLog } from '@wdio/devtools-service/types '
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'
4+ import type { CommandLog } from '@wdio/devtools-service/types '
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'
5+ import type { CommandLog } from '@wdio/devtools-service/types '
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'
3+ import type { Metadata , CommandLog , TraceLog } from '@wdio/devtools-service/types '
44
55const CACHE_ID = 'wdio-trace-cache'
66
You can’t perform that action at this time.
0 commit comments