mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Not perfect but it can parse the rainloop script to a tree and back to string
This commit is contained in:
parent
b2e77f3f67
commit
2786d0d959
5 changed files with 155 additions and 113 deletions
|
|
@ -9,7 +9,10 @@
|
|||
Tests: {},
|
||||
parseScript: ()=>{},
|
||||
*/
|
||||
Extensions: {}
|
||||
Extensions: {},
|
||||
|
||||
arrayToString: (arr, separator) =>
|
||||
arr.map(item => item.toString ? item.toString() : item).join(separator)
|
||||
};
|
||||
|
||||
})(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue