Documentation: Enhance the clarity of location information in our documentation, making it easier for users to understand how to utilize the tool effectively.
Fixes
Fix empty stream parsing with ParserStream: Resolve issues where empty streams were not being parsed correctly, ensuring a smoother experience when handling such cases.
Others
Loosen the dependency version of @types/node: This change allows for greater flexibility in using different versions of Node.js, improving compatibility for users.
Escape NUL character in feedback tests: Improve test output by making previously invisible characters visible, enhancing the overall testing experience.
Bring back the no-trailing-spaces eslint rule: Reinstate this rule to maintain code quality and consistency across the project.