ex_yarn v0.1.0 ExYarn View Source

Documentation for ExYarn.

Link to this section Summary

Link to this section Types

Specs

parseResult() ::
  {:ok, :merge | :success, map()}
  | {:error, ExYarn.ParseError.t()}
  | {:error, YamlElixir.FileNotFoundError}
  | {:error, YamlElixir.ParsingError}
  | {:error, :conflict, FunctionClauseError}

Link to this section Functions

Link to this function

parse(str, file_loc \\ "lockfile")

View Source

Specs

parse(String.t(), String.t()) :: parseResult()