mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
JS: Make Impl.qll determine the location of AccessPathSyntax.qll
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user