mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "importequalsdeclaration" to "import_equals_declaration"
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -606,7 +606,7 @@
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@importequalsdeclaration</k>
|
||||
<k>@import_equals_declaration</k>
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user