@exodus/dependency-preprocessors
Version: 0.0.0
Functions
Type Aliases
alias
variable
Type
const alias: () => NodePreprocessorSignature
__type(): NodePreprocessor
Returns:
NodePreprocessoratomsIdentification
variable
Type
const atomsIdentification: () => NodePreprocessorSignature
__type(): NodePreprocessor
Returns:
NodePreprocessorconfig
variable
Type
const config: () => NodePreprocessorSignature
__type(): NodePreprocessor
Returns:
NodePreprocessordebuggerPreprocessor
variable
Type
const debuggerPreprocessor: ({ debug, unsafeStorage, }: { ... }) => NodePreprocessorSignature
__type({ debug, unsafeStorage, }: any): NodePreprocessor
Parameters:
{ debug, unsafeStorage, }: any
Returns:
NodePreprocessordevModeAtoms
variable
Type
const devModeAtoms: ({ logger, timeoutObservers: timeoutObserversOpts, warnOnSameValueSet: warnOnSameValueSetOpts, swallowObserverErrors: swallowObserverErrorsOpts, }: DevModeAtomsOptions) => NodePreprocessorSignature
__type({ logger, timeoutObservers: timeoutObserversOpts, warnOnSameValueSet: warnOnSameValueSetOpts, swallowObserverErrors: swallowObserverErrorsOpts, }: DevModeAtomsOptions): NodePreprocessor
Parameters:
{ logger, timeoutObservers: timeoutObserversOpts, warnOnSameValueSet: warnOnSameValueSetOpts, swallowObserverErrors: swallowObserverErrorsOpts, }: DevModeAtomsOptions
Returns:
NodePreprocessorlogify
variable
Type
const logify: ({ createLogger, }: { ... }) => NodePreprocessorSignature
__type({ createLogger, }: any): NodePreprocessor
Parameters:
{ createLogger, }: any
Returns:
NodePreprocessornamespacedErrorTracking
variable
Type
const namespacedErrorTracking: ({ errorTrackingNodeId }: { ... }) => NodePreprocessorSignature
__type({ errorTrackingNodeId }?: any): NodePreprocessor
Parameters:
{ errorTrackingNodeId } (optional): any
Returns:
NodePreprocessornamespaceStorage
variable
Type
const namespaceStorage: () => NodePreprocessorSignature
__type(): NodePreprocessor
Returns:
NodePreprocessoroptional
variable
Type
const optional: () => NodePreprocessorSignature
__type(): NodePreprocessor
Returns:
NodePreprocessorperformanceMonitor
variable
Type
const performanceMonitor: ({ now, onAboveThreshold, config: { threshold }, }: PerformanceMonitorOptions) => NodePreprocessorSignature
__type({ now, onAboveThreshold, config: { threshold }, }: PerformanceMonitorOptions): NodePreprocessor
Parameters:
{ now, onAboveThreshold, config: { threshold }, }: PerformanceMonitorOptions
Returns:
NodePreprocessorpreprocess
variable
Type
const preprocess: ({ dependencies, preprocessors }: PreprocessInput) => Definition[]Signature
__type({ dependencies, preprocessors }: PreprocessInput): Definition[]
Parameters:
{ dependencies, preprocessors }: PreprocessInput
Returns:
Definition[]readOnlyAtoms
variable
Type
const readOnlyAtoms: ({ logger, warn }: { ... }) => NodePreprocessorSignature
__type({ logger, warn }?: any): NodePreprocessor
Parameters:
{ logger, warn } (optional): any
Returns:
NodePreprocessorCollectionPreprocessor
type
Properties
preprocess
any
type
"collection"
DependenciesById
type
DependencyNode
type
Properties
definition
NodePreprocessor
type
Properties
preprocess
any
type
"node"
PreprocessContext
type
Properties
dependenciesById
PreprocessInput
type
Preprocessor
type
Definition
type
Properties
dependencies?
any
factory
id
string
injectDependenciesAsPositionalArguments?
boolean
namespace?
string
override?
boolean
public?
boolean
type?
string
alias
function
Signature
alias(): NodePreprocessor
Returns:
NodePreprocessoratomsIdentification
function
Signature
atomsIdentification(): NodePreprocessor
Returns:
NodePreprocessorconfig
function
Signature
config(): NodePreprocessor
Returns:
NodePreprocessordebuggerPreprocessor
function
Signature
debuggerPreprocessor(__namedParameters: any): NodePreprocessor
Parameters:
__namedParameters: any
Returns:
NodePreprocessordevModeAtoms
function
Signature
devModeAtoms(__namedParameters: DevModeAtomsOptions): NodePreprocessor
Parameters:
__namedParameters: DevModeAtomsOptions
Returns:
NodePreprocessorlogify
function
Signature
logify(__namedParameters: any): NodePreprocessor
Parameters:
__namedParameters: any
Returns:
NodePreprocessornamespacedErrorTracking
function
Signature
namespacedErrorTracking(__namedParameters: any): NodePreprocessor
Parameters:
__namedParameters: any
Returns:
NodePreprocessornamespaceStorage
function
Signature
namespaceStorage(): NodePreprocessor
Returns:
NodePreprocessoroptional
function
Signature
optional(): NodePreprocessor
Returns:
NodePreprocessorperformanceMonitor
function
Signature
performanceMonitor(__namedParameters: PerformanceMonitorOptions): NodePreprocessor
Parameters:
__namedParameters: PerformanceMonitorOptions
Returns:
NodePreprocessorpreprocess
function
Signature
preprocess(__namedParameters: PreprocessInput): Definition[]
Parameters:
__namedParameters: PreprocessInput
Returns:
Definition[]readOnlyAtoms
function
Signature
readOnlyAtoms(__namedParameters: any): NodePreprocessor
Parameters:
__namedParameters: any
Returns:
NodePreprocessorCollectionPreprocessor
type
Properties
preprocess
any
type
"collection"
DependenciesById
type
DependencyNode
type
Properties
definition
NodePreprocessor
type
Properties
preprocess
any
type
"node"
PreprocessContext
type
Properties
dependenciesById
PreprocessInput
type
Preprocessor
type
