File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/src/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1136,11 +1136,11 @@ module NodeJSLib {
1136
1136
}
1137
1137
1138
1138
/**
1139
- * Provides predicates for working with the "node- fetch" module and its platform-specific instances as a single module.
1139
+ * Provides predicates for working with ` fetch` and its platform-specific instances as a single module.
1140
1140
*/
1141
1141
module Fetch {
1142
1142
/**
1143
- * Gets a node that imports the "node- fetch" module , or one of its platform-specific instances.
1143
+ * Gets a node that refers to ` fetch` , or an import of one of its platform-specific instances.
1144
1144
*/
1145
1145
DataFlow:: SourceNode moduleImport ( ) {
1146
1146
result = DataFlow:: moduleImport ( [ "node-fetch" , "cross-fetch" , "isomorphic-fetch" ] )
You can’t perform that action at this time.
0 commit comments