Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-01 23:45:24 +03:00
parent 15bb75220e
commit dcf8fbcfa5

View File

@ -14,7 +14,7 @@
* *
* XXX formalize in-page api... * XXX formalize in-page api...
* XXX npx http-server ... -- for testing file access... * XXX npx http-server ... -- for testing file access...
* XXX test puchdb latency at scale in browser... * XXX test pouchdb latency at scale in browser...
* XXX BUG: for some reason deleting and refreshing takes ~2x as long as * XXX BUG: for some reason deleting and refreshing takes ~2x as long as
* refreshing... * refreshing...
* to reproduce: * to reproduce:
@ -25,8 +25,7 @@
* await pwiki.get('/Test/Subtree/Page2').delete() // fast * await pwiki.get('/Test/Subtree/Page2').delete() // fast
* pwiki.path = '/tree' // reports about ~2sec * pwiki.path = '/tree' // reports about ~2sec
* XXX test with action... * XXX test with action...
* XXX macros: should we add the pattern path to .depends instead of the * XXX macros: should we keep normal paths in .depends if a matching pattern is present?
* final path...
* ...would also need a fast way to pattern match... * ...would also need a fast way to pattern match...
* XXX macros / CACHE: convert a /path/* dependency to /path/** if a script * XXX macros / CACHE: convert a /path/* dependency to /path/** if a script
* is recursive... * is recursive...