We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80baf9 commit aa463d8Copy full SHA for aa463d8
1 file changed
javascript/ql/src/semmle/javascript/frameworks/NodeJSLib.qll
@@ -1136,11 +1136,11 @@ module NodeJSLib {
1136
}
1137
1138
/**
1139
- * Provides predicates for working with the "node-fetch" module and its platform-specific instances as a single module.
+ * Provides predicates for working with `fetch` and its platform-specific instances as a single module.
1140
*/
1141
module Fetch {
1142
1143
- * Gets a node that imports the "node-fetch" module, or one of its platform-specific instances.
+ * Gets a node that refers to `fetch`, or an import of one of its platform-specific instances.
1144
1145
DataFlow::SourceNode moduleImport() {
1146
result = DataFlow::moduleImport(["node-fetch", "cross-fetch", "isomorphic-fetch"])
0 commit comments