feat: keep records of identifiable stacks for firmware files (#739)

This commit is contained in:
Nerivec
2025-04-07 21:29:02 +02:00
committed by GitHub
parent e43482defb
commit 1167598f77
12 changed files with 5124 additions and 758 deletions

View File

@@ -54,5 +54,11 @@
"@vitest/coverage-v8": "^3.1.1",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild"
]
}
}