renamed "biginttype" to "bigint_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:15 +02:00
parent 0c0abefe5a
commit a35e0f9306
3 changed files with 3 additions and 3 deletions

View File

@@ -2008,7 +2008,7 @@ class NumberType extends Type, @number_type { }
/**
* The predefined `bigint` type.
*/
class BigIntType extends Type, @biginttype { }
class BigIntType extends Type, @bigint_type { }
/**
* A boolean, number, or string literal type.

View File

@@ -636,7 +636,7 @@ case @type.kind of
| 21 = @number_literal_type
| 22 = @string_literal_type
| 23 = @unknown_type
| 24 = @biginttype
| 24 = @bigint_type
| 25 = @bigintliteraltype
;

View File

@@ -998,7 +998,7 @@
<v>100</v>
</e>
<e>
<k>@biginttype</k>
<k>@bigint_type</k>
<v>100</v>
</e>
<e>