We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4ce89 commit e28afc5Copy full SHA for e28afc5
electron/main/game/game.parser.ts
@@ -366,7 +366,6 @@ export class GameParserImpl implements GameParser {
366
}
367
break;
368
case 'component':
369
- case 'compDef':
370
// This is updated information about the current room.
371
// Example: `<component id='room desc'>The hustle...</component>`.
372
// In this example, the text would be 'The hustle...'.
@@ -500,7 +499,6 @@ export class GameParserImpl implements GameParser {
500
499
});
501
502
switch (tagName) {
503
504
505
// Emit the room info because we are at the end of the tag.
506
// Example: `<component id='room desc'>The hustle...</component>`
0 commit comments