Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle the case of
**nil
in post parameters
Historically, the Sorbet legacy parser has declared bankruptcy in this case and replaced the entire tree with a `Nil` node. Prism actually handles this case, which is definitely a better/more complete approach, so I propose to leave it like this for now and revisit as we're doing more error handling.
- Loading branch information