mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Address review comments
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
description: <INSERT DESCRIPTION HERE>
|
||||
compatibility: full|backwards|partial|breaking
|
||||
description: Rename @definedtype to @namedtype
|
||||
compatibility: full
|
||||
|
||||
@@ -195,8 +195,8 @@ class BuiltinEntity extends Entity, @builtinobject { }
|
||||
class PackageEntity extends Entity, @pkgobject { }
|
||||
|
||||
/**
|
||||
* A named type (predeclared types, defined types, type parameters and aliases
|
||||
* which refer to those things).
|
||||
* A named type: predeclared types, defined types, type parameters, and type
|
||||
* aliases.
|
||||
*/
|
||||
class TypeEntity extends Entity, @typeobject { }
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
description: <INSERT DESCRIPTION HERE>
|
||||
compatibility: full|backwards|partial|breaking
|
||||
description: Rename @namedtype to @definedtype
|
||||
compatibility: full
|
||||
|
||||
Reference in New Issue
Block a user