Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-12-10 16:14:51 +03:00
parent 6c6d2e8495
commit 510b549b85

View File

@ -40,6 +40,7 @@
* *
* XXX ASAP make parser's .expand(..) (tesing on ._expand(..)) sync/async... * XXX ASAP make parser's .expand(..) (tesing on ._expand(..)) sync/async...
* ...still different... * ...still different...
* ...potentiall we aren't handling one or more of the new return types...
* XXX ASAP need to add error handling to .awaitOrRun(..) * XXX ASAP need to add error handling to .awaitOrRun(..)
* ...might be even better to make it support the same interface as Promise... * ...might be even better to make it support the same interface as Promise...
* XXX BUG: for some reason editing the root page ('/') hangs /tree... * XXX BUG: for some reason editing the root page ('/') hangs /tree...