Merge pull request #11615 from asgerf/js/extension-docs

JS: docs for customizing library models with data extensions
This commit is contained in:
Asger F
2023-03-29 10:20:53 +02:00
committed by GitHub
5 changed files with 486 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ Customizing the JavaScript analysis
===================================
This document describes the main extension points offered by the JavaScript analysis for customizing
analysis behavior without editing the queries or libraries themselves.
analysis behavior from CodeQL without editing the queries or libraries themselves.
Customization mechanisms
------------------------