Fix Blade files in directory detection (#509)

* Fix Blade directory detection

AI assistance: Codex reproduced the issue, implemented the fix, and ran the validation described in the pull request.

* Fix compound scan suffix matching

AI assistance: Codex addressed review findings and ran the validation described in the pull request.
This commit is contained in:
Paul Bakaus
2026-08-04 14:08:49 -07:00
committed by GitHub
parent 2f609915eb
commit 80e4dd0d58
3 changed files with 37 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ export { detectUrl, createBrowserDetector } from './engines/browser/detect-url.m
export { detectText, extractStyleBlocks, extractCSSinJS } from './engines/regex/detect-text.mjs';
export {
walkDir,
hasScannableExtension,
SCANNABLE_EXTENSIONS,
SKIP_DIRS,
buildImportGraph,