added a few initial plugins

This commit is contained in:
dswbx
2025-06-12 19:58:18 +02:00
parent fe5ccd4206
commit 8517c9b90b
12 changed files with 125 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ export class EntityTypescript {
return this.em.entities.map((e) => e.toTypes());
}
protected getTab(count = 1) {
getTab(count = 1) {
return this.options.indentChar.repeat(this.options.indentWidth).repeat(count);
}