Type Definition swc_ecma_parser::PResult[][src]

type PResult<T> = Result<T, Error>;

When error occurs, error is emitted and parser returns Err(()).