mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Blacklist another cyclic property
This commit is contained in:
@@ -134,7 +134,8 @@ function isBlacklistedProperty(k: string) {
|
||||
|| k === "symbol" || k === "localSymbol"
|
||||
|| k === "flowNode" || k === "returnFlowNode" || k === "endFlowNode" || k === "fallthroughFlowNode"
|
||||
|| k === "nextContainer" || k === "locals"
|
||||
|| k === "bindDiagnostics" || k === "bindSuggestionDiagnostics";
|
||||
|| k === "bindDiagnostics" || k === "bindSuggestionDiagnostics"
|
||||
|| k === "relatedInformation";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user