We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54f8d8 commit 2d88385Copy full SHA for 2d88385
javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
@@ -697,6 +697,7 @@ module ModuleImportNode {
697
*
698
* This predicate can be extended by subclassing `ModuleImportNode::Range`.
699
*/
700
+cached
701
ModuleImportNode moduleImport(string path) { result.getPath() = path }
702
703
/**
0 commit comments