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 57
57
*/
58
58
59
59
private import ApiGraphModelsSpecific as Specific
60
- import AccessPathSyntax
61
60
62
61
private class Unit = Specific:: Unit ;
63
62
64
63
private module API = Specific:: API;
65
64
65
+ private import Specific:: AccessPathSyntax
66
+
66
67
/** Module containing hooks for providing input data to be interpreted as a model. */
67
68
module ModelInput {
68
69
/**
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ class Unit = js::Unit;
21
21
22
22
module API = js:: API;
23
23
24
+ import semmle.javascript.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
25
+ private import AccessPathSyntax
26
+
24
27
/**
25
28
* Holds if models describing `package` may be relevant for the analysis of this database.
26
29
*/
You can’t perform that action at this time.
0 commit comments