File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ case @expr.kind of
392392
393393@exportspecifier = @named_export_specifier | @export_default_specifier | @export_namespace_specifier;
394394
395- @import_or_export_declaration = @import_declaration | @export_declaration | @import_specifier;
395+ @type_keyword_operand = @import_declaration | @export_declaration | @import_specifier;
396396
397397@type_assertion = @as_type_assertion | @prefix_type_assertion;
398398
@@ -541,7 +541,7 @@ has_public_keyword (int id: @property ref);
541541has_private_keyword (int id: @property ref);
542542has_protected_keyword (int id: @property ref);
543543has_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);
545545is_optional_member (int id: @property ref);
546546has_definite_assignment_assertion (int id: @field_or_vardeclarator ref);
547547is_optional_parameter_declaration (unique int parameter: @pattern ref);
You can’t perform that action at this time.
0 commit comments