mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
I _really_ wanted to call this `.await()`, but that did not fit in with
the convention, or the corresponding `getPromised` in JS.
54f191cfe3/javascript/ql/src/semmle/javascript/ApiGraphs.qll (L184)
3 lines
148 B
Markdown
3 lines
148 B
Markdown
lgtm,codescanning
|
|
* API graph nodes now contain a `getAwaited()` member predicate, for getting the result of awaiting an item, such as `await foo`.
|