Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-12-09 18:05:26 +03:00
parent 4d3a35014f
commit 6c6d2e8495

View File

@ -39,6 +39,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...
* 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...