update modules after merge

This commit is contained in:
Slawomir Jaranowski
2020-01-24 10:22:39 +01:00
parent 2fcbb003a0
commit fa46b1d3e0
13 changed files with 327 additions and 100 deletions

17
node_modules/xmldom/sax.js generated vendored
View File

@ -600,23 +600,6 @@ ElementAttributes.prototype = {
function _set_proto_(thiz,parent){
thiz.__proto__ = parent;
return thiz;
}
if(!(_set_proto_({},_set_proto_.prototype) instanceof _set_proto_)){
_set_proto_ = function(thiz,parent){
function p(){};
p.prototype = parent;
p = new p();
for(parent in thiz){
p[parent] = thiz[parent];
}
return p;
}
}
function split(source,start){
var match;
var buf = [];