mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
JavaScript: Move --html all extractor options into options file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// semmle-extractor-options: --html all
|
||||
|
||||
<html>
|
||||
<body>
|
||||
(1) as child #0
|
||||
|
||||
1
javascript/ql/test/library-tests/HTML/HtmlText/options
Normal file
1
javascript/ql/test/library-tests/HTML/HtmlText/options
Normal file
@@ -0,0 +1 @@
|
||||
semmle-extractor-options: --html all
|
||||
@@ -0,0 +1 @@
|
||||
semmle-extractor-options: --html all
|
||||
@@ -17,4 +17,3 @@
|
||||
<my-template-directive />
|
||||
|
||||
</div>
|
||||
// semmle-extractor-options: --html all
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
<div>
|
||||
{{myExpr3}}
|
||||
</div>
|
||||
semmle-extractor-options: --html all
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
semmle-extractor-options: --html all
|
||||
Reference in New Issue
Block a user