fix: scanner on update, install, remove, uninstall and add, and introduce the pm scan command (#22193)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
This commit is contained in:
Alistair Smith
2025-09-09 21:42:01 -07:00
committed by GitHub
parent 25834afe9a
commit 3ee477fc5b
39 changed files with 11287 additions and 507 deletions

View File

@@ -13,7 +13,10 @@
},
{
"output": "JavaScriptSources.txt",
"paths": ["src/js/**/*.{js,ts}"]
"paths": [
"src/js/**/*.{js,ts}",
"src/install/PackageManager/scanner-entry.ts"
]
},
{
"output": "JavaScriptCodegenSources.txt",