Skip to content

Commit 8443b8e

Browse files
committed
cache Module::getAnExportedValue
1 parent fd9d738 commit 8443b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/ql/src/semmle/javascript/Modules.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ abstract class Module extends TopLevel {
107107
* Symbols defined in another module that are re-exported by
108108
* this module are only sometimes considered.
109109
*/
110+
cached
110111
abstract DataFlow::Node getAnExportedValue(string name);
111112

112113
/**

0 commit comments

Comments
 (0)