renamed "exportassigndeclaration" to "export_assign_declaration"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:27 +02:00
parent 3c04b4982c
commit 612e12c5a5
3 changed files with 3 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ private class LiteralExternalModulePath extends PathExpr, ConstantString {
}
/** A TypeScript "export-assign" declaration. */
class ExportAssignDeclaration extends Stmt, @exportassigndeclaration {
class ExportAssignDeclaration extends Stmt, @export_assign_declaration {
/** Gets the expression exported by this declaration. */
Expr getExpression() { result = getChildExpr(0) }
}

View File

@@ -182,7 +182,7 @@ case @stmt.kind of
| 30 = @export_named_declaration
| 31 = @namespace_declaration
| 32 = @import_equals_declaration
| 33 = @exportassigndeclaration
| 33 = @export_assign_declaration
| 34 = @interfacedeclaration
| 35 = @typealiasdeclaration
| 36 = @enumdeclaration

View File

@@ -554,7 +554,7 @@
<v>5</v>
</e>
<e>
<k>@exportassigndeclaration</k>
<k>@export_assign_declaration</k>
<v>5</v>
</e>
<e>