minor tweaks and notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-17 15:49:05 +03:00
parent ef3e458991
commit 2cf2ef615a

View File

@ -18,6 +18,7 @@
*
*
* TODO:
* - async parser does not work...
* - .load(..) / .json(..) -- for most stores...
* might be a good idea to keep a unified format...
* - <page>.then() -- resolve when all pending write operations done ???
@ -965,6 +966,10 @@ object.Constructor('BasePage', {
set path(value){
this.location = value },
// XXX do we need this...
get resolvedPath(){
return this.match() },
// XXX should these be writable???
get name(){
return module.path.split(this.path).pop() },