mirror of
https://github.com/github/codeql.git
synced 2026-01-28 13:53:10 +01: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;
|