in src/frontend/src/common/StringSet.ts [57:64]
add(value: any) { if (!value) { return this; } this.set.add(value); return this; }