mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "jsxqualifiedname" to "jsx_qualified_name"
This commit is contained in:
@@ -153,7 +153,7 @@ class JSXSpreadAttribute extends JSXAttribute {
|
||||
* html:href
|
||||
* ```
|
||||
*/
|
||||
class JSXQualifiedName extends Expr, @jsxqualifiedname {
|
||||
class JSXQualifiedName extends Expr, @jsx_qualified_name {
|
||||
/** Gets the namespace component of this qualified name. */
|
||||
Identifier getNamespace() { result = getChildExpr(0) }
|
||||
|
||||
|
||||
@@ -325,7 +325,7 @@ case @expr.kind of
|
||||
| 87 = @expexpr
|
||||
| 88 = @assignexpexpr
|
||||
| 89 = @jsxelement
|
||||
| 90 = @jsxqualifiedname
|
||||
| 90 = @jsx_qualified_name
|
||||
| 91 = @jsxemptyexpr
|
||||
| 92 = @awaitexpr
|
||||
| 93 = @functionsentexpr
|
||||
|
||||
@@ -1374,7 +1374,7 @@
|
||||
<v>1090</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@jsxqualifiedname</k>
|
||||
<k>@jsx_qualified_name</k>
|
||||
<v>100</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user