renamed "exportasnamespacedeclaration" to "export_as_namespace_declaration"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:25 +02:00
parent 723a1b8483
commit 5e58d34e19
3 changed files with 3 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ class ExportAssignDeclaration extends Stmt, @export_assign_declaration {
}
/** A TypeScript export of form `export as namespace X` where `X` is an identifier. */
class ExportAsNamespaceDeclaration extends Stmt, @exportasnamespacedeclaration {
class ExportAsNamespaceDeclaration extends Stmt, @export_as_namespace_declaration {
/**
* Gets the `X` in `export as namespace X`.
*/

View File

@@ -187,7 +187,7 @@ case @stmt.kind of
| 35 = @type_alias_declaration
| 36 = @enum_declaration
| 37 = @external_module_declaration
| 38 = @exportasnamespacedeclaration
| 38 = @export_as_namespace_declaration
| 39 = @global_augmentation_declaration
;

View File

@@ -170,7 +170,7 @@
<v>1</v>
</e>
<e>
<k>@exportasnamespacedeclaration</k>
<k>@export_as_namespace_declaration</k>
<v>5</v>
</e>
<e>