mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Improved Sieve parser validation
This commit is contained in:
parent
c773b852a1
commit
257d9201f6
3 changed files with 23 additions and 8 deletions
|
|
@ -45,8 +45,16 @@ export class GrammarString /*extends String*/
|
|||
/**
|
||||
* abstract
|
||||
*/
|
||||
export class GrammarComment extends GrammarString
|
||||
export /*abstract*/ class GrammarComment extends GrammarString
|
||||
{
|
||||
/*
|
||||
constructor()
|
||||
{
|
||||
if (this.constructor == GrammarComment) {
|
||||
throw Error("Abstract class can't be instantiated.");
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue