JS: Make Impl.qll determine the location of AccessPathSyntax.qll

This commit is contained in:
Asger Feldthaus
2022-02-11 12:37:21 +01:00
parent 42a3d8c689
commit 2d509eb345
2 changed files with 5 additions and 1 deletions

View File

@@ -57,12 +57,13 @@
*/
private import ApiGraphModelsSpecific as Specific
import AccessPathSyntax
private class Unit = Specific::Unit;
private module API = Specific::API;
private import Specific::AccessPathSyntax
/** Module containing hooks for providing input data to be interpreted as a model. */
module ModelInput {
/**

View File

@@ -21,6 +21,9 @@ class Unit = js::Unit;
module API = js::API;
import semmle.javascript.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
private import AccessPathSyntax
/**
* Holds if models describing `package` may be relevant for the analysis of this database.
*/