mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "literaltype" to "literal_type"
This commit is contained in:
@@ -2013,7 +2013,7 @@ class BigIntType extends Type, @biginttype { }
|
||||
/**
|
||||
* A boolean, number, or string literal type.
|
||||
*/
|
||||
class LiteralType extends Type, @literaltype {
|
||||
class LiteralType extends Type, @literal_type {
|
||||
/**
|
||||
* Gets the string value of this literal.
|
||||
*/
|
||||
|
||||
@@ -715,7 +715,7 @@ type_alias(
|
||||
unique int aliasType: @type ref,
|
||||
int underlyingType: @type ref);
|
||||
|
||||
@literaltype = @stringliteraltype | @numberliteraltype | @booleanliteraltype | @bigintliteraltype;
|
||||
@literal_type = @stringliteraltype | @numberliteraltype | @booleanliteraltype | @bigintliteraltype;
|
||||
@type_with_literal_value = @stringliteraltype | @numberliteraltype | @bigintliteraltype;
|
||||
type_literal_value(
|
||||
unique int typ: @type_with_literal_value ref,
|
||||
|
||||
Reference in New Issue
Block a user