Pages.Internal.Platform.GeneratorApplication

Exposed for internal use only (used in generated code).

type alias Flags =
{ compatibilityKey : Int }
type alias Model =
{ staticResponses : BackendTask Throwable ()
, errors : List BuildError
, allRawResponses : RequestsAndPending
, done : Bool
}
type Msg
= GotDataBatch Value
| GotBuildError BuildError
BackendTask Throwable ()
-> FlagsIncludingArgv Flags
-> ( Model, Effect )
requestDecoder : Decoder Request
update : Msg -> Model -> ( Model, Effect )
app :
GeneratorProgramConfig
-> StatefulProgram Model Msg (BackendTask Throwable ()) Flags