We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f2c04 commit 5f4016bCopy full SHA for 5f4016b
javascript/ql/src/semmle/javascript/Modules.qll
@@ -236,6 +236,7 @@ abstract class Import extends ASTNode {
236
* behavior of Node.js imports, which prefer core modules such as `fs` over any
237
* source module of the same name.
238
*/
239
+ cached
240
Module getImportedModule() {
241
if exists(resolveExternsImport())
242
then result = resolveExternsImport()
0 commit comments