renamed "importequalsdeclaration" to "import_equals_declaration"

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

View File

@@ -181,7 +181,7 @@ case @stmt.kind of
| 29 = @export_default_declaration
| 30 = @export_named_declaration
| 31 = @namespace_declaration
| 32 = @importequalsdeclaration
| 32 = @import_equals_declaration
| 33 = @exportassigndeclaration
| 34 = @interfacedeclaration
| 35 = @typealiasdeclaration