mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
renamed "taggedtemplateexpr" to "tagged_template_expr"
This commit is contained in:
@@ -11,7 +11,7 @@ import javascript
|
|||||||
* highlight `Hello, ${user.name}!`
|
* highlight `Hello, ${user.name}!`
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
class TaggedTemplateExpr extends Expr, @taggedtemplateexpr {
|
class TaggedTemplateExpr extends Expr, @tagged_template_expr {
|
||||||
/** Gets the tagging expression of this tagged template. */
|
/** Gets the tagging expression of this tagged template. */
|
||||||
Expr getTag() { result = getChildExpr(0) }
|
Expr getTag() { result = getChildExpr(0) }
|
||||||
|
|
||||||
|
|||||||
@@ -305,7 +305,7 @@ case @expr.kind of
|
|||||||
| 67 = @array_pattern
|
| 67 = @array_pattern
|
||||||
| 68 = @object_pattern
|
| 68 = @object_pattern
|
||||||
| 69 = @yield_expr
|
| 69 = @yield_expr
|
||||||
| 70 = @taggedtemplateexpr
|
| 70 = @tagged_template_expr
|
||||||
| 71 = @templateliteral
|
| 71 = @templateliteral
|
||||||
| 72 = @templateelement
|
| 72 = @templateelement
|
||||||
| 73 = @arraycomprehensionexpr
|
| 73 = @arraycomprehensionexpr
|
||||||
|
|||||||
@@ -478,7 +478,7 @@
|
|||||||
<v>81</v>
|
<v>81</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@taggedtemplateexpr</k>
|
<k>@tagged_template_expr</k>
|
||||||
<v>27</v>
|
<v>27</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user