Closed jedel1043 closed 5 months ago
Good patch. Definitely need to avoid using expect and use some sort of assertion error :face_with_diagonal_mouth:
Yeah, it would be nice to have the library be panic free.
Yeah, I was already adding an assertion error into the parser PR. Maybe it would be better off as a separate PR but it should be soon. I'm definitely not super thrilled with using expect
on asserts without a good way to test everything.
Is it worth rebasing and using the new functionality from #50
Yep, gonna do that
A simple patch to avoid panics in Boa, since we'll eventually fix that when the spec is a bit more stable.