renamed "jsxqualifiedname" to "jsx_qualified_name"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:56 +02:00
parent 61cf752e67
commit 334bbd83a8
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ class JSXSpreadAttribute extends JSXAttribute {
* html:href * html:href
* ``` * ```
*/ */
class JSXQualifiedName extends Expr, @jsxqualifiedname { class JSXQualifiedName extends Expr, @jsx_qualified_name {
/** Gets the namespace component of this qualified name. */ /** Gets the namespace component of this qualified name. */
Identifier getNamespace() { result = getChildExpr(0) } Identifier getNamespace() { result = getChildExpr(0) }

View File

@@ -325,7 +325,7 @@ case @expr.kind of
| 87 = @expexpr | 87 = @expexpr
| 88 = @assignexpexpr | 88 = @assignexpexpr
| 89 = @jsxelement | 89 = @jsxelement
| 90 = @jsxqualifiedname | 90 = @jsx_qualified_name
| 91 = @jsxemptyexpr | 91 = @jsxemptyexpr
| 92 = @awaitexpr | 92 = @awaitexpr
| 93 = @functionsentexpr | 93 = @functionsentexpr

View File

@@ -1374,7 +1374,7 @@
<v>1090</v> <v>1090</v>
</e> </e>
<e> <e>
<k>@jsxqualifiedname</k> <k>@jsx_qualified_name</k>
<v>100</v> <v>100</v>
</e> </e>
<e> <e>