renamed "hasPrivateKeyword" to "has_private_keyword"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:58 +02:00
parent 82ddbc3b47
commit 719c0d2030
6 changed files with 11 additions and 4 deletions

View File

@@ -521,7 +521,7 @@ is_const_enum (int id: @enumdeclaration ref);
is_abstract_class (int id: @classdeclstmt ref);
has_public_keyword (int id: @property ref);
hasPrivateKeyword (int id: @property ref);
has_private_keyword (int id: @property ref);
hasProtectedKeyword (int id: @property ref);
hasReadonlyKeyword (int id: @property ref);
hasTypeKeyword (int id: @import_or_export_declaration ref);