MCPcopy
hub / github.com/callstack/haul / UserInterface

Interface UserInterface

packages/haul-core/src/server/UI.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default interface UserInterface {
2 start(platforms: string[]): void;
3 dispose(exitCode: number, exit: boolean): void;
4 addLogItem(item: string): void;
5 updateCompilationProgress(
6 platform: string,
7 { running, value }: { running: boolean; value: number }
8 ): void;
9}

Callers 14

checkProjectFunction · 0.65
createHaulProjectConfigFunction · 0.65
modifyBabelConfigFunction · 0.65
modifyXcodeProjectFunction · 0.65
modifyGradleBuildFunction · 0.65
addHaulScriptFunction · 0.65
handlerFunction · 0.65
listenMethod · 0.65
exitMethod · 0.65
completeMethod · 0.65
createCompilerMethod · 0.65
listenMethod · 0.65

Implementers 2

NonInteractiveUserInterfacepackages/haul-core/src/server/NonInter
InteractiveUserInterfacepackages/haul-core/src/server/Interact

Calls

no outgoing calls

Tested by

no test coverage detected