create project

This commit is contained in:
ismailsosic
2022-12-27 12:05:56 +01:00
parent 2a33a2d3de
commit cd2143287c
16035 changed files with 2489703 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"use strict";
/* globals self */ var fetch = self.fetch.bind(self);
module.exports = fetch;
module.exports.default = module.exports;
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/fetch/index.js"],"names":["fetch","self","bind","module","exports","default"],"mappings":"AACA;AADA,kBAAkB,CAClB,IAAIA,KAAK,GAAGC,IAAI,CAACD,KAAK,CAACE,IAAI,CAACD,IAAI,CAAC;AACjCE,MAAM,CAACC,OAAO,GAAGJ,KAAK;AACtBG,MAAM,CAACC,OAAO,CAACC,OAAO,GAAGF,MAAM,CAACC,OAAO"}

View File

@@ -0,0 +1,7 @@
"use strict";
/* globals self */ exports.Headers = self.Headers;
exports.Request = self.Request;
exports.Response = self.Response;
exports.fetch = self.fetch;
//# sourceMappingURL=whatwg-fetch.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/fetch/whatwg-fetch.js"],"names":["exports","Headers","self","Request","Response","fetch"],"mappings":"AACAA;AADA,kBAAkB,CAClBA,OAAO,CAACC,OAAO,GAAGC,IAAI,CAACD,OAAO;AAC9BD,OAAO,CAACG,OAAO,GAAGD,IAAI,CAACC,OAAO;AAC9BH,OAAO,CAACI,QAAQ,GAAGF,IAAI,CAACE,QAAQ;AAChCJ,OAAO,CAACK,KAAK,GAAGH,IAAI,CAACG,KAAK"}

View File

@@ -0,0 +1,6 @@
"use strict";
var assign = Object.assign.bind(Object);
module.exports = assign;
module.exports.default = module.exports;
//# sourceMappingURL=object-assign.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../build/polyfills/object-assign.js"],"names":["assign","Object","bind","module","exports","default"],"mappings":"AAAA;AAAA,IAAIA,MAAM,GAAGC,MAAM,CAACD,MAAM,CAACE,IAAI,CAACD,MAAM,CAAC;AACvCE,MAAM,CAACC,OAAO,GAAGJ,MAAM;AACvBG,MAAM,CAACC,OAAO,CAACC,OAAO,GAAGF,MAAM,CAACC,OAAO"}

View File

@@ -0,0 +1,3 @@
"use strict";
//# sourceMappingURL=auto.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/object.assign/auto.js"],"names":[],"mappings":"AAAA"}

View File

@@ -0,0 +1,4 @@
"use strict";
module.exports = Object.assign;
//# sourceMappingURL=implementation.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/object.assign/implementation.js"],"names":["module","exports","Object","assign"],"mappings":"AAAAA;AAAAA,MAAM,CAACC,OAAO,GAAGC,MAAM,CAACC,MAAM"}

View File

@@ -0,0 +1,19 @@
"use strict";
var assign = Object.assign.bind(Object);
function g() {
return assign;
}
Object.defineProperties(g(), {
implementation: {
get: g
},
shim: {
value: g
},
getPolyfill: {
value: g
}
});
module.exports = g();
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/object.assign/index.js"],"names":["assign","Object","bind","g","defineProperties","implementation","get","shim","value","getPolyfill","module","exports"],"mappings":"AAAA;AAAA,IAAIA,MAAM,GAAGC,MAAM,CAACD,MAAM,CAACE,IAAI,CAACD,MAAM,CAAC;AACvC,SAASE,CAAC,GAAG;IACX,OAAOH,MAAM,CAAA;CACd;AACDC,MAAM,CAACG,gBAAgB,CAACD,CAAC,EAAE,EAAE;IAC3BE,cAAc,EAAE;QAAEC,GAAG,EAAEH,CAAC;KAAE;IAC1BI,IAAI,EAAE;QAAEC,KAAK,EAAEL,CAAC;KAAE;IAClBM,WAAW,EAAE;QAAED,KAAK,EAAEL,CAAC;KAAE;CAC1B,CAAC;AACFO,MAAM,CAACC,OAAO,GAAGR,CAAC,EAAE"}

View File

@@ -0,0 +1,6 @@
"use strict";
module.exports = function() {
return Object.assign;
};
//# sourceMappingURL=polyfill.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/object.assign/polyfill.js"],"names":["module","exports","Object","assign"],"mappings":"AAAAA;AAAAA,MAAM,CAACC,OAAO,GAAG,WAAY;IAC3B,OAAOC,MAAM,CAACC,MAAM,CAAA;CACrB"}

View File

@@ -0,0 +1,6 @@
"use strict";
module.exports = function() {
return Object.assign;
};
//# sourceMappingURL=shim.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../build/polyfills/object.assign/shim.js"],"names":["module","exports","Object","assign"],"mappings":"AAAAA;AAAAA,MAAM,CAACC,OAAO,GAAG,WAAY;IAC3B,OAAOC,MAAM,CAACC,MAAM,CAAA;CACrB"}

View File

@@ -0,0 +1 @@
"trimStart"in String.prototype||(String.prototype.trimStart=String.prototype.trimLeft),"trimEnd"in String.prototype||(String.prototype.trimEnd=String.prototype.trimRight),"description"in Symbol.prototype||Object.defineProperty(Symbol.prototype,"description",{configurable:!0,get:function(){var t=/\((.*)\)/.exec(this.toString());return t?t[1]:void 0}}),Array.prototype.flat||(Array.prototype.flat=function(t,r){return r=this.concat.apply([],this),t>1&&r.some(Array.isArray)?r.flat(t-1):r},Array.prototype.flatMap=function(t,r){return this.map(t,r).flat()}),Promise.prototype.finally||(Promise.prototype.finally=function(t){if("function"!=typeof t)return this.then(t,t);var r=this.constructor||Promise;return this.then(function(o){return r.resolve(t()).then(function(){return o})},function(o){return r.resolve(t()).then(function(){throw o})})}),Object.fromEntries||(Object.fromEntries=function(t){return Array.from(t).reduce(function(t,r){return t[r[0]]=r[1],t},{})});

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
"use strict";
var ref, ref1;
module.exports = ((ref = global.process) == null ? void 0 : ref.env) && typeof ((ref1 = global.process) == null ? void 0 : ref1.env) === "object" ? global.process : require("../../compiled/process");
//# sourceMappingURL=process.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../build/polyfills/process.js"],"names":["module","global","exports","process","env","require"],"mappings":"AAAAA;IACEC,GAAc,EAAgBA,IAAc;AAD9CD,MAAM,CAACE,OAAO,GACZD,CAAAA,CAAAA,GAAc,GAAdA,MAAM,CAACE,OAAO,SAAK,GAAnBF,KAAAA,CAAmB,GAAnBA,GAAc,CAAEG,GAAG,CAAA,IAAI,OAAOH,CAAAA,CAAAA,IAAc,GAAdA,MAAM,CAACE,OAAO,SAAK,GAAnBF,KAAAA,CAAmB,GAAnBA,IAAc,CAAEG,GAAG,CAAA,KAAK,QAAQ,GAC1DH,MAAM,CAACE,OAAO,GACdE,OAAO,CAAC,wBAAwB,CAAC"}