The module didn't build because of several bugs and outdated/broken (?) tests.
The timestamps include milliseconds which the regexes in the tests did not expect.
There was a crash when building the stack trace because some callframes don't have .annotations
Escaping whitespaces failed because of how "\r\n" in strings is handled internally. They're now escaped on byte-level, don't know how smart this is but it works.
Please review carefully. The tests succeed, but I didn't test the module extensively other than that.
The module didn't build because of several bugs and outdated/broken (?) tests.
.annotations
Please review carefully. The tests succeed, but I didn't test the module extensively other than that.