File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
javascript/ql/lib/semmle/javascript/frameworks/data/internal Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5757 */
5858
5959private import ApiGraphModelsSpecific as Specific
60- import AccessPathSyntax
6160
6261private class Unit = Specific:: Unit ;
6362
6463private module API = Specific:: API;
6564
65+ private import Specific:: AccessPathSyntax
66+
6667/** Module containing hooks for providing input data to be interpreted as a model. */
6768module ModelInput {
6869 /**
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ class Unit = js::Unit;
2121
2222module API = js:: API;
2323
24+ import semmle.javascript.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
25+ private import AccessPathSyntax
26+
2427/**
2528 * Holds if models describing `package` may be relevant for the analysis of this database.
2629 */
You can’t perform that action at this time.
0 commit comments