Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale
This is a fork of fast-xml-parser. The primary change is that XMLParser does not transform tag values. All tag values are returned as strings. This is useful for preserving the original XML value when transforming XML to JSON and back to XML.