Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df37980 commit c9d7651Copy full SHA for c9d7651
2 files changed
javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModelsSpecific.qll
@@ -19,6 +19,7 @@ private import ApiGraphModels
19
20
class Unit = js::Unit;
21
22
+// Re-export libraries needed by ApiGraphModels.qll
23
module API = js::API;
24
25
import semmle.javascript.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModelsSpecific.qll
@@ -22,6 +22,7 @@ private import ApiGraphModels
class Unit = DataFlowPrivate::Unit;
26
import codeql.ruby.ApiGraphs
27
import codeql.ruby.dataflow.internal.AccessPathSyntax as AccessPathSyntax
28
private import AccessPathSyntax
0 commit comments