Prepare some Sieve restructuring for GUI

This commit is contained in:
the-djmaze 2022-03-17 09:03:02 +01:00
parent 37bb9a9a97
commit ff9a89380c
15 changed files with 259 additions and 194 deletions

View file

@ -7,7 +7,7 @@ import {
GrammarNumber,
GrammarQuotedString,
GrammarStringList,
GrammarTest
TestCommand
} from 'Sieve/Grammar';
/**
@ -72,7 +72,7 @@ export class NotifyCommand extends GrammarCommand
/**
* https://datatracker.ietf.org/doc/html/rfc5435#section-4
*/
export class ValidNotifyMethodTest extends GrammarTest
export class ValidNotifyMethodTest extends TestCommand
{
constructor()
{
@ -94,7 +94,7 @@ export class ValidNotifyMethodTest extends GrammarTest
/**
* https://datatracker.ietf.org/doc/html/rfc5435#section-5
*/
export class NotifyMethodCapabilityTest extends GrammarTest
export class NotifyMethodCapabilityTest extends TestCommand
{
constructor()
{