The Prettier Bounty is a challenge to write a prettier-compliant pretty printer in Rust
$22k is pretty nice. Through I have no idea what “the prettier JavaScript tests” even means.
Is there a unit-test bootstap project someone could download that verifies this requirement? I’m already too confused deciphering what the contest even is
Prettier is a Javascript code formatter, so it seems the challenge is to rewrite it in Rust.
Wow, they really did not make that clear at all on the contest description.
Yeah, “pretty printer” to me means some kind of pretty output library, like for terminal applications. I’d call this a “code formatter,” but whatever.
I guess this is what happens when your community doesn’t standardize on something early on. I guess I take
cargo fmt
for granted.