mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update javascript/ql/src/semmle/javascript/TypeScript.qll
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
committed by
GitHub
parent
11ee7c7946
commit
5b1ed97d68
@@ -322,7 +322,7 @@ class InterfaceDeclaration extends Stmt, InterfaceDefinition, @interface_declara
|
||||
*/
|
||||
override TypeExpr getASuperInterface() { result = InterfaceDefinition.super.getASuperInterface() }
|
||||
|
||||
override string getAPrimaryQlClass() { result = "InterfaceDefinition" }
|
||||
override string getAPrimaryQlClass() { result = "InterfaceDeclaration" }
|
||||
}
|
||||
|
||||
/** An inline TypeScript interface type, such as `{x: number; y: number}`. */
|
||||
|
||||
Reference in New Issue
Block a user