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

@@ -180,7 +180,7 @@ class GlobalAugmentationDeclaration extends Stmt, StmtContainer, @global_augment
}
/** A TypeScript "import-equals" declaration. */
class ImportEqualsDeclaration extends Stmt, @importequalsdeclaration {
class ImportEqualsDeclaration extends Stmt, @import_equals_declaration {
/**
* DEPRECATED: Use `getIdentifier()` instead.
*

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

View File

@@ -606,7 +606,7 @@
<v>5</v>
</e>
<e>
<k>@importequalsdeclaration</k>
<k>@import_equals_declaration</k>
<v>5</v>
</e>
<e>