JS: add _parsedUrl as remote input source

This commit is contained in:
Napalys Klicius
2025-06-16 16:28:30 +02:00
parent 67aac7abfa
commit da21a064ac
3 changed files with 13 additions and 3 deletions

View File

@@ -620,7 +620,7 @@ module Express {
or
// `req.path`
kind = "url" and
this = ref.getAPropertyRead("path")
this = ref.getAPropertyRead(["path", "_parsedUrl"])
)
}