mirror of
https://github.com/github/codeql.git
synced 2026-07-11 06:25:38 +02:00
15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
/**
|
|
* Provides classes that heuristically increase the extent of abstract classes of the standard library.
|
|
*
|
|
* This module imports all of the `semmle.javascript.heuristics` modules.
|
|
*
|
|
* Note: This module should not be a permanent part of the standard library imports.
|
|
*/
|
|
|
|
import AdditionalFrameworks
|
|
import AdditionalPromises
|
|
import AdditionalRouteHandlers
|
|
import AdditionalSources
|
|
import AdditionalSinks
|
|
import AdditionalTaintSteps
|