We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7145a57 commit d7b69fcCopy full SHA for d7b69fc
javascript/ql/src/semmle/javascript/Promises.qll
@@ -183,7 +183,7 @@ module PromiseTypeTracking {
183
/**
184
* Gets the result from a single step through a promise, from `pred` with tracker `t2` to `result` with tracker `t`.
185
* This can be loading a resolved value from a promise, storing a value in a promise, or copying a resolved value from one promise to another.
186
- */
+ */
187
DataFlow::SourceNode promiseStep(
188
DataFlow::SourceNode pred, DataFlow::TypeTracker t, DataFlow::TypeTracker t2
189
) {
0 commit comments