mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: Extract predicates for ES2015/closure modules
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
| tests/es6Module.js:0:0:0:0 | tests/es6Module.js |
|
||||
| tests/es6ModuleDefault.js:0:0:0:0 | tests/es6ModuleDefault.js |
|
||||
| tests/importFromEs6.js:0:0:0:0 | tests/importFromEs6.js |
|
||||
| tests/requireFromEs6.js:0:0:0:0 | tests/requireFromEs6.js |
|
||||
5
javascript/ql/test/library-tests/Closure/StrictMode.ql
Normal file
5
javascript/ql/test/library-tests/Closure/StrictMode.ql
Normal file
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from TopLevel tl
|
||||
where tl.isStrict()
|
||||
select tl.getFile()
|
||||
Reference in New Issue
Block a user