diff --git a/javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java b/javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java index 42b969f191e..762df7fe8e5 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java +++ b/javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java @@ -58,6 +58,23 @@ import com.semmle.util.trap.TrapWriter; * * *
+ * Additionally, the following environment variables may be set to customise extraction + * (explained in more detail below): + *
+ * + *LGTM_INDEX_INCLUDE: a newline-separated list of paths to includeLGTM_INDEX_EXCLUDE: a newline-separated list of paths to excludeLGTM_REPOSITORY_FOLDERS_CSV: the path of a CSV file containing file classificationsLGTM_INDEX_FILTERS: a newline-separated list of {@link ProjectLayout}-style
+ * patterns that can be used to refine the list of files to include and excludeLGTM_INDEX_TYPESCRIPT: whether to extract TypeScriptLGTM_INDEX_THREADS: the maximum number of files to extract in parallelLGTM_TRAP_CACHE: the path of a directory to use for trap cachingLGTM_TRAP_CACHE_BOUND: the size to bound the trap cache to* It extracts the following: *
*