Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove block comment stripping from source parsing
Previously, the code removed both line and block comments. This change limits comment removal to line comments only to align with the intended parsing behavior as the previous check could have erroneously removed lines with path definitions.
- Loading branch information