tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-30 15:57:19 +03:00
parent b5a8214263
commit e580337407
2 changed files with 1 additions and 3 deletions

View File

@ -1444,11 +1444,11 @@ object.Constructor('Page', BasePage, {
depends,
renderer: state.renderer,
}
// XXX this is ugly, can we avoid this???
yield this.__parser__.parse(page,
this.__parser__.expand(page,
text, _state), _state)
} else {
console.log('---', state.slots)
yield this.__parser__.expand(page, text, state) } }
// else...
if(first

View File

@ -18,8 +18,6 @@
* - CLI -
*
*
* XXX macro: bug: see /NamedMacroTest...
* XXX macro: should isolated and other args be inherited???
* XXX macro: should macro isolation be one-directional???
* ...i.e. iterations see/overload things defined above but
* can not affect the above context...