You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoek.assert(iterable&&iterable[Symbol.iterator],'Iterable must be an iterable or object');
8892
+
constobj=this.clone();
8893
+
8894
+
constsymbols=[];
8895
+
for(constentryofiterable){
8896
+
Hoek.assert(entry&&entry[Symbol.iterator],'Entry must be an iterable');
8897
+
const[key,value]=entry;
8898
+
8899
+
Hoek.assert(typeofkey!=='object'&&typeofkey!=='function'&&typeofkey!=='symbol','Key must not be an object, function, or Symbol');
8900
+
Hoek.assert(typeofvalue==='symbol','Value must be a Symbol');
8901
+
obj._inner.map.set(key,value);
8902
+
symbols.push(value);
8903
+
}
8904
+
8905
+
returnobj.valid(...symbols);
8906
+
}
8907
+
8908
+
describe(){
8909
+
8910
+
constdescription=super.describe();
8911
+
description.map=newMap(this._inner.map);
8912
+
returndescription;
8913
+
}
8914
+
};
8915
+
8916
+
8917
+
module.exports=newinternals.Symbol();
8918
+
8919
+
8920
+
/***/}),
8921
+
/* 33 */
8810
8922
/***/(function(module){
8811
8923
8812
-
module.exports={"name":"joi","description":"Object schema validation","version":"13.6.0","homepage":"https://github.com/hapijs/joi","repository":"git://github.com/hapijs/joi","main":"lib/index.js","keywords":["hapi","schema","validation"],"engines":{"node":">=8.9.0"},"dependencies":{"hoek":"5.x.x","isemail":"3.x.x","topo":"3.x.x"},"devDependencies":{"code":"5.x.x","hapitoc":"1.x.x","lab":"15.x.x","webpack":"^4.16.5","webpack-cli":"^3.1.0"},"scripts":{"build":"webpack","test":"lab -t 100 -a code -L","test-debug":"lab -a code","test-cov-html":"lab -r html -o coverage.html -a code","toc":"hapitoc","version":"npm run toc && git add API.md README.md"},"license":"BSD-3-Clause"};
8924
+
module.exports={"name":"joi","description":"Object schema validation","version":"13.7.0","homepage":"https://github.com/hapijs/joi","repository":"git://github.com/hapijs/joi","main":"lib/index.js","keywords":["hapi","schema","validation"],"engines":{"node":">=8.9.0"},"dependencies":{"hoek":"5.x.x","isemail":"3.x.x","topo":"3.x.x"},"devDependencies":{"code":"5.x.x","hapitoc":"1.x.x","lab":"15.x.x","webpack":"^4.16.5","webpack-cli":"^3.1.0"},"scripts":{"build":"webpack","test":"lab -t 100 -a code -L","test-debug":"lab -a code","test-cov-html":"lab -r html -o coverage.html -a code","toc":"hapitoc","version":"npm run toc && git add API.md README.md"},"license":"BSD-3-Clause"};
0 commit comments