mirror of
https://github.com/github/codeql.git
synced 2026-01-28 22:02:57 +01:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
/** DEPRECATED. Import `ExceptionXssQuery` instead. */
|
|
|
|
import javascript
|
|
private import ExceptionXssQuery as ExceptionXssQuery // ignore-query-import
|
|
|
|
/** DEPRECATED. Import `ExceptionXssQuery` instead. */
|
|
deprecated module ExceptionXss = ExceptionXssQuery;
|