Small refactoring

This commit is contained in:
barsdeveloper
2024-09-08 22:28:42 +02:00
parent 2114abef5c
commit 19ef3bd10e
43 changed files with 542 additions and 504 deletions

View File

@@ -24,6 +24,6 @@ export default class FunctionReferenceEntity extends IEntity {
/** @returns {P<FunctionReferenceEntity>} */
static createGrammar() {
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, false, 0)
return Grammar.createEntityGrammar(this, Grammar.commaSeparation, 0, 0)
}
}