Interface ILoadSourcesResult

Response from loadSources

interface ILoadSourcesResult {
    errors: ISourcesError[];
    plan: IPlannedPickle[];
}

Properties

Properties

errors: ISourcesError[]

Any errors encountered when parsing sources

Pickles that have been successfully compiled, in the order they would be run in

Generated using TypeDoc