From 78e0586dfac51e05645bacdb5b3b633cbad1a468 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 Jul 2022 11:45:35 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 3eee9d6..1d798ac 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -1278,6 +1278,8 @@ types.event.EventMixin(BasePage.prototype) // XXX should we warn about stuff like -- currently // this will simply be ignored, i.e. passed trough the parser // without change... +// XXX might be a good idea to both think of a good async parse and +// create tools for sync parsing (get links etc.)... var BaseParser = module.BaseParser = {