mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
documentation for calleeImports ATM feature
This commit is contained in:
@@ -440,6 +440,19 @@ class FileImports extends EndpointFeature, TFileImports {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The feature for the imports used in the callee of an invocation.
|
||||
*
|
||||
* ### Example
|
||||
*
|
||||
* ```javascript
|
||||
* import * as _ from 'lodash';
|
||||
*
|
||||
* // ...
|
||||
* _.deepClone(someObject);
|
||||
* // ^^^^^^^^^^ will have the value `lodash` for the feature `calleeImports`.
|
||||
* ```
|
||||
*/
|
||||
class CalleeImports extends EndpointFeature, TCalleeImports {
|
||||
override string getName() { result = "calleeImports" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user