File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ case @expr.kind of
392
392
393
393
@exportspecifier = @named_export_specifier | @export_default_specifier | @export_namespace_specifier;
394
394
395
- @import_or_export_declaration = @import_declaration | @export_declaration | @import_specifier;
395
+ @type_keyword_operand = @import_declaration | @export_declaration | @import_specifier;
396
396
397
397
@type_assertion = @as_type_assertion | @prefix_type_assertion;
398
398
@@ -541,7 +541,7 @@ has_public_keyword (int id: @property ref);
541
541
has_private_keyword (int id: @property ref);
542
542
has_protected_keyword (int id: @property ref);
543
543
has_readonly_keyword (int id: @property ref);
544
- has_type_keyword (int id: @import_or_export_declaration ref);
544
+ has_type_keyword (int id: @type_keyword_operand ref);
545
545
is_optional_member (int id: @property ref);
546
546
has_definite_assignment_assertion (int id: @field_or_vardeclarator ref);
547
547
is_optional_parameter_declaration (unique int parameter: @pattern ref);
You can’t perform that action at this time.
0 commit comments