@polagram/core 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -223,10 +223,10 @@ export declare class MermaidGeneratorVisitor implements PolagramVisitor {
223
223
  private indentLevel;
224
224
  private traverser;
225
225
  constructor();
226
+ visitParticipantGroup(_node: ParticipantGroup): void;
226
227
  generate(ast: PolagramRoot): string;
227
228
  visitRoot(node: PolagramRoot): void;
228
229
  visitParticipant(node: Participant): void;
229
- visitParticipantGroup(node: ParticipantGroup): void;
230
230
  visitMessage(node: MessageNode): void;
231
231
  visitFragment(node: FragmentNode): void;
232
232
  visitNote(node: NoteNode): void;
@@ -333,7 +333,6 @@ export declare class PlantUMLGeneratorVisitor implements PolagramVisitor {
333
333
  visitRoot(node: PolagramRoot): void;
334
334
  visitParticipant(node: Participant): void;
335
335
  visitParticipantGroup(_node: ParticipantGroup): void;
336
- private visitGroup;
337
336
  visitMessage(node: MessageNode): void;
338
337
  visitFragment(node: FragmentNode): void;
339
338
  visitNote(node: NoteNode): void;