oooooops again!))

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-09-28 22:06:04 +03:00
parent 19ecb59493
commit 9a47f26a89

View File

@ -129,7 +129,9 @@
// //
// XXX might be a good idea to move this into it's own module... // XXX might be a good idea to move this into it's own module...
// generic-walk might be a good name... // generic-walk might be a good name...
var walk = function(get, state, ...nodes){ var walk =
module.walk =
function(get, state, ...nodes){
var context = {} var context = {}
// this is used to break out of the recursion... // this is used to break out of the recursion...
// NOTE: this can leak out but we only care about it's identity thus // NOTE: this can leak out but we only care about it's identity thus