mirror of
https://github.com/github/codeql.git
synced 2026-03-09 17:16:46 +01:00
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
private import javascript
|
|
|
|
// This file provides the input to FlowSummaryImpl.qll, which is shared via identical-files.json.
|
|
module Private {
|
|
import semmle.javascript.dataflow.internal.DataFlowPrivate
|
|
}
|
|
|
|
module Public {
|
|
import semmle.javascript.dataflow.internal.Contents::Public
|
|
|
|
class Node = DataFlow::Node;
|
|
}
|