[][src]Type Definition swc_ecma_parser::PResult

type PResult<'a, T> = Result<T, DiagnosticBuilder<'a>>;

When error ocurred, error is emiited and parser returnes Err(()).