mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Update javascript/ql/src/semmle/javascript/Promises.qll
Co-Authored-By: Asger F <asgerf@github.com>
This commit is contained in:
committed by
GitHub
parent
4f39c28741
commit
cd6fe8115d
@@ -137,7 +137,7 @@ module Promises {
|
||||
|
||||
/**
|
||||
* A module for supporting promises in type-tracking predicates.
|
||||
* The `PromiseTypeTracking::promiseStep` is used for type tracking in and out of promises,
|
||||
* The `PromiseTypeTracking::promiseStep` predicate is used for type tracking in and out of promises,
|
||||
* and is included in the standard type-tracking steps (`SourceNode::track`).
|
||||
* The `TypeTracker::startInPromise()` predicate can be used to initiate a type-tracker
|
||||
* where the tracked value is a promise.
|
||||
|
||||
Reference in New Issue
Block a user