mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
JS(extractor): support optional chaining
This commit is contained in:
@@ -1077,4 +1077,8 @@ xmllocations(
|
||||
|
||||
@dataflownode = @expr | @functiondeclstmt | @classdeclstmt | @namespacedeclaration | @enumdeclaration | @property;
|
||||
|
||||
/* Last updated 2017/07/11. */
|
||||
@optionalchainable = @callexpr | @propaccess;
|
||||
|
||||
isOptionalChaining(int id: @optionalchainable ref);
|
||||
|
||||
/* Last updated 2018/10/22. */
|
||||
|
||||
Reference in New Issue
Block a user