Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-05-27 20:10:56 +03:00
parent 1397d100f1
commit d4477ff01c

View File

@ -878,6 +878,7 @@ var BaseBrowserPrototype = {
// .walk((e, c, next, stop) => c.path.join('/')) // .walk((e, c, next, stop) => c.path.join('/'))
// - two ways to get index and one to update it... // - two ways to get index and one to update it...
// ...if this can produce errors we need to simplify... // ...if this can produce errors we need to simplify...
// XXX add options.skip(elem) function to test elements for skipping...
// XXX add docs: // XXX add docs:
// - maintaining context to implement/extend walkers... // - maintaining context to implement/extend walkers...
// - correctly stopping recursive calls (call root stop(..)) // - correctly stopping recursive calls (call root stop(..))