mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "expressionwithtypearguments" to "expression_with_type_arguments"
This commit is contained in:
@@ -1098,7 +1098,7 @@ class ConditionalTypeScope extends @conditionaltypescope, Scope {
|
||||
* In the above example, `List` is a concrete expression, `string` is a type annotation,
|
||||
* and `List<string>` is thus an expression with type arguments.
|
||||
*/
|
||||
class ExpressionWithTypeArguments extends @expressionwithtypearguments, Expr {
|
||||
class ExpressionWithTypeArguments extends @expression_with_type_arguments, Expr {
|
||||
/**
|
||||
* Gets the expression, such as `List` in `List<string>`.
|
||||
*
|
||||
|
||||
@@ -335,7 +335,7 @@ case @expr.kind of
|
||||
| 97 = @bindexpr
|
||||
| 98 = @externalmodulereference
|
||||
| 99 = @dynamicimport
|
||||
| 100 = @expressionwithtypearguments
|
||||
| 100 = @expression_with_type_arguments
|
||||
| 101 = @prefixtypeassertion
|
||||
| 102 = @astypeassertion
|
||||
| 103 = @export_varaccess
|
||||
|
||||
@@ -578,7 +578,7 @@
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@expressionwithtypearguments</k>
|
||||
<k>@expression_with_type_arguments</k>
|
||||
<v>45</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user