mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update docs/language/ql-handbook/name-resolution.rst
Co-authored-by: Henning Makholm <hmakholm@github.com>
This commit is contained in:
@@ -73,7 +73,7 @@ statement as follows:
|
||||
|
||||
#. If the compiler can't find the library file using the above two checks, it looks up ``examples/security/MyLibrary.qll``
|
||||
relative to each library path entry.
|
||||
The library path is usually specified in the ``libraryPathDependencies`` of the ``qlpack.yml`` file, though it may also depend on the tools you use to run your query, and whether you have specified any extra settings.
|
||||
The library path is usually specified using the ``libraryPathDependencies`` of the ``qlpack.yml`` file, though it may also depend on the tools you use to run your query, and whether you have specified any extra settings.
|
||||
For more information, see `Library path <https://help.semmle.com/QL/ql-spec/language.html#library-path>`__ in the QL language specification.
|
||||
|
||||
If the compiler cannot resolve an import statement, then it gives a compilation error.
|
||||
|
||||
Reference in New Issue
Block a user