mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Brought back FunctionStyleClass marked as deprecated
This commit is contained in:
@@ -1236,6 +1236,8 @@ module ClassNode {
|
||||
func instanceof AbstractCallable // the join-order goes bad if `func` has type `AbstractFunction`.
|
||||
}
|
||||
|
||||
deprecated class FunctionStyleClass = StandardClassNode;
|
||||
|
||||
/**
|
||||
* A function definition, targeted by a `new`-call or with prototype manipulation, seen as a `ClassNode` instance.
|
||||
* Or An ES6 class as a `ClassNode` instance.
|
||||
|
||||
Reference in New Issue
Block a user