Skip to content

InteractionMapBuilder

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/interaction-map-builder.ts

Methods

MethodSignatureReturns
buildFromRepobuildFromRepo(routeMappings: RouteMappingResult, repoPath: string, framework: FrameworkType)InteractionMap
buildbuild(routeMappings: RouteMappingResult, files: Map<string, string>, framework: FrameworkType)InteractionMap

Where it refuses work

  • InteractionMapBuilder stops the work with an early return when !semantics.hasStateMachine.

When something fails

  • InteractionMapBuilder handles failure in 1 place: it discards it silently in all 1.

Was this page helpful?

Download as PDF