mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
5
javascript/ql/test/library-tests/JSX/HTMLElements.ql
Normal file
5
javascript/ql/test/library-tests/JSX/HTMLElements.ql
Normal file
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from JSXElement e
|
||||
where e.getNameExpr() instanceof Label
|
||||
select e
|
||||
Reference in New Issue
Block a user