JS: Add data flow cheat sheet

This commit is contained in:
Asger F
2019-07-30 18:06:27 +01:00
parent 6d10731b8f
commit eafd46221b
2 changed files with 178 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ QL for JavaScript
introduce-libraries-ts
dataflow
ast-class-reference
dataflow-cheat-sheet
These documents provide an overview of the QL JavaScript and TypeScript standard libraries and show examples of how to use them.
@@ -22,6 +23,8 @@ These documents provide an overview of the QL JavaScript and TypeScript standard
- :doc:`AST class reference <ast-class-reference>`: an overview of all AST classes in the QL standard library for JavaScript.
- :doc:`Data flow cheat sheet <dataflow-cheat-sheet>`: bits of QL commonly used for variant analysis and in data flow queries.
Other resources
---------------