mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
renamed "exportasnamespacedeclaration" to "export_as_namespace_declaration"
This commit is contained in:
@@ -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`.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@exportasnamespacedeclaration</k>
|
||||
<k>@export_as_namespace_declaration</k>
|
||||
<v>5</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user