We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef72c03 commit 065cb04Copy full SHA for 065cb04
1 file changed
javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll
@@ -318,7 +318,7 @@ module DataFlow {
318
/**
319
* A node in the data flow graph which corresponds to a `@property`.
320
*/
321
- class PropNode extends Node, TPropNode {
+ private class PropNode extends Node, TPropNode {
322
@property prop;
323
324
PropNode() { this = TPropNode(prop) }
0 commit comments