We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FunctionStyleClass
deprecated
1 parent 9bab593 commit c7d764fCopy full SHA for c7d764f
javascript/ql/lib/semmle/javascript/dataflow/Nodes.qll
@@ -1236,6 +1236,8 @@ module ClassNode {
1236
func instanceof AbstractCallable // the join-order goes bad if `func` has type `AbstractFunction`.
1237
}
1238
1239
+ deprecated class FunctionStyleClass = StandardClassNode;
1240
+
1241
/**
1242
* A function definition, targeted by a `new`-call or with prototype manipulation, seen as a `ClassNode` instance.
1243
* Or An ES6 class as a `ClassNode` instance.
0 commit comments