Skip to content

Commit 2d509eb

Browse files
committed
JS: Make Impl.qll determine the location of AccessPathSyntax.qll
1 parent 42a3d8c commit 2d509eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@
5757
*/
5858

5959
private import ApiGraphModelsSpecific as Specific
60-
import AccessPathSyntax
6160

6261
private class Unit = Specific::Unit;
6362

6463
private 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. */
6768
module ModelInput {
6869
/**

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class Unit = js::Unit;
2121

2222
module 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
*/

0 commit comments

Comments
 (0)