mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: Relax type inference to account for overriding
This commit is contained in:
@@ -172,6 +172,8 @@ abstract class Configuration extends string {
|
||||
isBarrierGuard(guard) and
|
||||
guard.blocks(node)
|
||||
)
|
||||
or
|
||||
none() // relax type inference to account for overriding
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user