feat(ipuaro): add JSON/YAML parsing and symlinks metadata

- Add YAML parsing using yaml npm package
- Add JSON parsing using tree-sitter-json
- Add symlinkTarget to ScanResult interface
- Update ROADMAP: verify v0.20.0-v0.23.0 complete
- Add 8 new tests (1687 total)
This commit is contained in:
imfozilbek
2025-12-04 19:57:06 +05:00
parent b0f1778f3a
commit 141888bf59
9 changed files with 407 additions and 99 deletions

View File

@@ -24,7 +24,7 @@ export default defineConfig({
thresholds: {
lines: 95,
functions: 95,
branches: 91.3,
branches: 91,
statements: 95,
},
},