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

@@ -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
;