JavaScript: Add an (empty) Customizations.qll module.

Somewhat analogous to the `Options.qll` module in C++; see module
comments for further explanation.
This commit is contained in:
Max Schaefer
2019-04-10 18:19:30 -07:00
parent 2f84aac7df
commit 078151f9d1
2 changed files with 14 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
* Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.
*/
import Customizations
import semmle.javascript.Aliases
import semmle.javascript.AMD
import semmle.javascript.AST