cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-27 14:13:28 +03:00
parent a04ab2388d
commit ad73d62e63

View File

@ -1701,17 +1701,9 @@ module.BaseParser = {
await this.expand(page, ast, state)
: ast
/* XXX this is quite ugly...
var blocks = []
for await (var a of ast){
blocks.push(a) }
return blocks
/*/
//return [...ast]
return await ast
.iter()
//*/
// post handlers...
.map(function(section){
return typeof(section) == 'function' ?