Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-07-12 22:47:46 +03:00
parent b9043887d3
commit ad8b54d9b8

View File

@ -662,6 +662,8 @@ module.BaseParser = {
// - context.state - nesting
// - state, context - sepatrate args
// - state.__proto__ - protorype
// ...technically need a way to call .exec(..) and wait
// for the correct promise from inside a macro...
/* XXX LOCAL_STATE
var res = that.callMacro( page, name, args, body, {
__proto__: state,