mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Added draft code for handling "require []"
This commit is contained in:
parent
d9865e3a46
commit
43c669e629
8 changed files with 36 additions and 9 deletions
|
|
@ -15,9 +15,10 @@ class Body extends Grammar.Test
|
|||
this.match_type = ':is',
|
||||
this.body_transform = ''; // :raw, :content <string-list>, :text
|
||||
this.key_list = new Grammar.StringList;
|
||||
// this.require = 'body';
|
||||
}
|
||||
|
||||
get require() { return 'body'; }
|
||||
|
||||
toString()
|
||||
{
|
||||
return 'body'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue