mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Deprecate the Block class alias
This commit is contained in:
@@ -13,7 +13,10 @@ class ArrayAccess = IndexExpr;
|
||||
|
||||
class AssignOp = CompoundAssignExpr;
|
||||
|
||||
class Block = BlockStmt;
|
||||
/**
|
||||
* DEPRECATED: The name `BlockStmt` is now preferred in all languages.
|
||||
*/
|
||||
deprecated class Block = BlockStmt;
|
||||
|
||||
class BoolLiteral = BooleanLiteral;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user