mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
/** DEPRECATED. Import `ConditionalBypassQuery` instead. */
|
|
|
|
import javascript
|
|
private import ConditionalBypassQuery as ConditionalBypassQuery // ignore-query-import
|
|
|
|
/** DEPRECATED. Import `ConditionalBypassQuery` instead. */
|
|
deprecated module ConditionalBypass = ConditionalBypassQuery;
|