Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-01 22:38:45 +03:00
parent d47a18f5a0
commit fa6b791ff3
2 changed files with 6 additions and 5 deletions

View File

@ -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){

View File

@ -1041,4 +1041,4 @@ typeof(__filename) != 'undefined'
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })
* vim:set ts=4 sw=4 nowrap : */ return module })