Skip to main content

ts-transforms / matcher / default

Class: default

Extends

Constructors

new default()

new default(opConfig, logger): default

Parameters

ParameterType
opConfigWatcherConfig
loggerLogger

Returns

default

Overrides

default.constructor

Source

matcher.ts:6

Properties

isMatcher

readonly isMatcher: boolean

Inherited from

default.isMatcher

Source

phases/phase-manager.ts:15


sequence

sequence: default[]

Inherited from

default.sequence

Source

phases/phase-manager.ts:14

Methods

init()

init(plugins?): Promise<void>

Parameters

ParameterType
plugins?PluginList

Returns

Promise<void>

Inherited from

default.init

Source

phases/phase-manager.ts:24


run()

run(input): DataEntity<Record<string, any>, _DataEntityMetadata<Record<string, any>>>[]

Parameters

ParameterType
inputRecord<string, any>[]

Returns

DataEntity<Record<string, any>, _DataEntityMetadata<Record<string, any>>>[]

Inherited from

default.run

Source

phases/phase-manager.ts:55