pre-migration tasks: replace titles

This commit is contained in:
mchammer01
2020-02-21 11:50:37 +00:00
parent a3fc2eac9c
commit 6da729c6a6
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
AST class reference
===================
Abstract syntax tree classes for JavaScript and TypeScript
==========================================================
Statement classes
-----------------

View File

@@ -1,5 +1,5 @@
Data flow cheat sheet
=====================
Data flow cheat sheet for JavaScript
====================================
This page describes parts of the JavaScript libraries commonly used for variant analysis and in data flow queries.

View File

@@ -1,5 +1,5 @@
Tutorial: Precise data-flow analysis using flow labels
======================================================
Using flow labels for precise data flow analysis
================================================
You can use basic inter-procedural data-flow analysis and taint tracking as described in
:doc:`Analyzing data flow in JavaScript/TypeScript <dataflow>` to check whether there is a path in

View File

@@ -1,5 +1,5 @@
Introducing the CodeQL libraries for JavaScript
===============================================
CodeQL libraries for JavaScript
===============================
Overview
--------

View File

@@ -1,5 +1,5 @@
Introducing the CodeQL libraries for TypeScript
===============================================
CodeQL libraries for TypeScript
===============================
Overview
--------

View File

@@ -1,5 +1,5 @@
Tutorial: API modelling using type tracking
===========================================
Using type tracking for API modeling
====================================
This tutorial demonstrates how to build a simple model of the Firebase API
using the CodeQL type-tracking library for JavaScript.