fix lint
This commit is contained in:
parent
50753698c2
commit
99fb0ed965
|
|
@ -19,7 +19,7 @@ import type * as traceV3 from './versions/traceV3';
|
||||||
import type * as traceV4 from './versions/traceV4';
|
import type * as traceV4 from './versions/traceV4';
|
||||||
import type * as traceV5 from './versions/traceV5';
|
import type * as traceV5 from './versions/traceV5';
|
||||||
import type { ActionEntry, ContextEntry, PageEntry } from './entries';
|
import type { ActionEntry, ContextEntry, PageEntry } from './entries';
|
||||||
import { SnapshotStorage } from './snapshotStorage';
|
import type { SnapshotStorage } from './snapshotStorage';
|
||||||
|
|
||||||
export class TraceModernizer {
|
export class TraceModernizer {
|
||||||
private _contextEntry: ContextEntry;
|
private _contextEntry: ContextEntry;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue