mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
JS: Use appendToNamespace
This commit is contained in:
@@ -120,7 +120,7 @@ module Vuex {
|
||||
pragma[noinline]
|
||||
string getNamespace() {
|
||||
getNumArgument() = 2 and
|
||||
result = namespace + getParameter(0).getAValueReachingRhs().getStringValue() + "/"
|
||||
result = appendToNamespace(namespace, getParameter(0).getAValueReachingRhs().getStringValue())
|
||||
or
|
||||
getNumArgument() = 1 and
|
||||
result = namespace
|
||||
|
||||
Reference in New Issue
Block a user