Interface: EvalServiceOptions
Properties
configPath?
readonlyoptionalconfigPath?:string
logger?
readonlyoptionallogger?:DevLogSink
Optional non-throwing producer-wide diagnostics sink.
mode?
readonlyoptionalmode?:string
native?
readonlyoptionalnative?:EvalServiceNativeOptions
Native CLI injection is deliberately limited to test runners and their child environment.
now?
readonlyoptionalnow?: () =>Date
Injectable only to make run identity deterministic in tests.
Returns
Date
projectRoot
readonlyprojectRoot:string
registry?
readonlyoptionalregistry?:TargetRegistry
targets?
readonlyoptionaltargets?: readonlystring[]