From fa6b791ff335f8f39e1ff7a5a93973006060e261 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 1 Jul 2022 22:38:45 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 9 +++++---- test.js | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/object.js b/object.js index 736a5bb..4800604 100755 --- a/object.js +++ b/object.js @@ -235,8 +235,8 @@ function(obj, stop, all){ // Non-strict match... // match(a, b, true) // -// This is similar to the default case but uses equality rather than -// identity to match values. +// This is similar to the default case but uses equality rather than +// identity to match values. // // // NOTE: this will do a shallow test using Object.keys(..) thus .__proto__ @@ -493,8 +493,9 @@ function(func){ // XXX EXPEREMENTAL... // should we support multple names??? -// XXX -var _sources = +// XXX replace the current version with these..c +// ...this will lead to breaking API.. +ear _sources = module._sources = function*(obj, name=undefined){ while(obj != null){ diff --git a/test.js b/test.js index c49c276..37f7614 100755 --- a/test.js +++ b/test.js @@ -1041,4 +1041,4 @@ typeof(__filename) != 'undefined' /********************************************************************** -* vim:set ts=4 sw=4 : */ return module }) +* vim:set ts=4 sw=4 nowrap : */ return module })