From ad8b54d9b830682f8d2493288e16d944622017f2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 12 Jul 2026 22:47:46 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- v3/pwiki/parser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v3/pwiki/parser.js b/v3/pwiki/parser.js index 528aaea..c13ef42 100644 --- a/v3/pwiki/parser.js +++ b/v3/pwiki/parser.js @@ -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,