mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "jsxemptyexpr" to "jsx_empty_expr"
This commit is contained in:
@@ -214,7 +214,7 @@ class JSXName extends Expr {
|
||||
* { /* TBD */ }
|
||||
* </pre>
|
||||
*/
|
||||
class JSXEmptyExpr extends Expr, @jsxemptyexpr { }
|
||||
class JSXEmptyExpr extends Expr, @jsx_empty_expr { }
|
||||
|
||||
/**
|
||||
* A legacy `@jsx` pragma.
|
||||
|
||||
@@ -326,7 +326,7 @@ case @expr.kind of
|
||||
| 88 = @assignexpexpr
|
||||
| 89 = @jsxelement
|
||||
| 90 = @jsx_qualified_name
|
||||
| 91 = @jsxemptyexpr
|
||||
| 91 = @jsx_empty_expr
|
||||
| 92 = @awaitexpr
|
||||
| 93 = @functionsentexpr
|
||||
| 94 = @decorator
|
||||
|
||||
@@ -1378,7 +1378,7 @@
|
||||
<v>100</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@jsxemptyexpr</k>
|
||||
<k>@jsx_empty_expr</k>
|
||||
<v>100</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user