mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
renamed "plainsymboltype" to "plain_symbol_type"
This commit is contained in:
@@ -2144,7 +2144,7 @@ class SymbolType extends Type, @symbol_type { }
|
||||
/**
|
||||
* The `symbol` type.
|
||||
*/
|
||||
class PlainSymbolType extends SymbolType, @plainsymboltype { }
|
||||
class PlainSymbolType extends SymbolType, @plain_symbol_type { }
|
||||
|
||||
/**
|
||||
* A `unique symbol` type.
|
||||
|
||||
@@ -626,7 +626,7 @@ case @type.kind of
|
||||
| 11 = @undefined_type
|
||||
| 12 = @null_type
|
||||
| 13 = @never_type
|
||||
| 14 = @plainsymboltype
|
||||
| 14 = @plain_symbol_type
|
||||
| 15 = @uniquesymboltype
|
||||
| 16 = @objectkeywordtype
|
||||
| 17 = @intersectiontype
|
||||
@@ -641,7 +641,7 @@ case @type.kind of
|
||||
;
|
||||
|
||||
@booleanliteraltype = @true_type | @false_type;
|
||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||
@symbol_type = @plain_symbol_type | @uniquesymboltype;
|
||||
@union_or_intersection_type = @union_type | @intersectiontype;
|
||||
@typevariable_type = @canonical_type_variable_type | @lexicaltypevariabletype;
|
||||
|
||||
|
||||
@@ -962,7 +962,7 @@
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@plainsymboltype</k>
|
||||
<k>@plain_symbol_type</k>
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user