style(frontend/player): generated code format

This commit is contained in:
ShiKhu 2022-07-22 12:33:54 +02:00
parent 931d8b783d
commit 705eec29fe
4 changed files with 8 additions and 7 deletions

View file

@ -9,9 +9,11 @@ import type {
RawCssInsertRule, RawCssInsertRule,
} from './raw' } from './raw'
import RawMessageReader from './RawMessageReader' import RawMessageReader from './RawMessageReader'
import type { RawMessageReaderI } from './RawMessageReader'
import { resolveURL, resolveCSS } from './urlResolve' import { resolveURL, resolveCSS } from './urlResolve'
interface RawMessageReaderI {
readMessage(): RawMessage | null
}
const resolveMsg = { const resolveMsg = {
"set_node_attribute_url_based": (msg: RawSetNodeAttributeURLBased): RawSetNodeAttribute => "set_node_attribute_url_based": (msg: RawSetNodeAttributeURLBased): RawSetNodeAttribute =>

View file

@ -3,9 +3,6 @@
import PrimitiveReader from './PrimitiveReader' import PrimitiveReader from './PrimitiveReader'
import type { RawMessage } from './raw' import type { RawMessage } from './raw'
export interface RawMessageReaderI {
readMessage(): RawMessage | null
}
export default class RawMessageReader extends PrimitiveReader { export default class RawMessageReader extends PrimitiveReader {
readMessage(): RawMessage | null { readMessage(): RawMessage | null {

View file

@ -2,7 +2,8 @@
import type { Timed } from './timed' import type { Timed } from './timed'
import type { RawMessage } from './raw' import type { RawMessage } from './raw'
import type { RawBatchMeta, import type {
RawBatchMeta,
RawTimestamp, RawTimestamp,
RawSessionDisconnect, RawSessionDisconnect,
RawSetPageLocation, RawSetPageLocation,
@ -60,7 +61,8 @@ import type { RawBatchMeta,
RawIosClickEvent, RawIosClickEvent,
RawIosPerformanceEvent, RawIosPerformanceEvent,
RawIosLog, RawIosLog,
RawIosNetworkCall, } from './raw' RawIosNetworkCall,
} from './raw'
export type Message = RawMessage & Timed export type Message = RawMessage & Timed

View file

@ -1,7 +1,7 @@
// Auto-generated, do not edit // Auto-generated, do not edit
export const TP_MAP = { export const TP_MAP = {
80: "batch_meta", 80: "batch_meta",
0: "timestamp", 0: "timestamp",
2: "session_disconnect", 2: "session_disconnect",
4: "set_page_location", 4: "set_page_location",