This commit is contained in:
Kismet Hasanaj
2026-05-02 20:07:02 +02:00
parent ce8672e283
commit 34dc9aec52
9428 changed files with 1733330 additions and 0 deletions
View File
+4
View File
@@ -0,0 +1,4 @@
// noop
"use strict";
//# sourceMappingURL=auto.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/auto.ts"],"sourcesContent":["// noop\n"],"names":[],"mappings":"AAAA,OAAO","ignoreList":[0]}
@@ -0,0 +1,4 @@
"use strict";
module.exports = Object.assign;
//# sourceMappingURL=implementation.js.map
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/implementation.ts"],"sourcesContent":["module.exports = Object.assign\n"],"names":["module","exports","Object","assign"],"mappings":";AAAAA,OAAOC,OAAO,GAAGC,OAAOC,MAAM","ignoreList":[0]}
+12
View File
@@ -0,0 +1,12 @@
declare var assign: {
<T extends {}, U>(target: T, source: U): T & U;
<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
(target: object, ...sources: any[]): any;
};
declare function g(): {
<T extends {}, U>(target: T, source: U): T & U;
<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
(target: object, ...sources: any[]): any;
};
+19
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
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/index.ts"],"sourcesContent":["var assign = Object.assign.bind(Object)\nfunction g() {\n return assign\n}\nObject.defineProperties(g(), {\n implementation: { get: g },\n shim: { value: g },\n getPolyfill: { value: g },\n})\nmodule.exports = g()\n"],"names":["assign","Object","bind","g","defineProperties","implementation","get","shim","value","getPolyfill","module","exports"],"mappings":";AAAA,IAAIA,SAASC,OAAOD,MAAM,CAACE,IAAI,CAACD;AAChC,SAASE;IACP,OAAOH;AACT;AACAC,OAAOG,gBAAgB,CAACD,KAAK;IAC3BE,gBAAgB;QAAEC,KAAKH;IAAE;IACzBI,MAAM;QAAEC,OAAOL;IAAE;IACjBM,aAAa;QAAED,OAAOL;IAAE;AAC1B;AACAO,OAAOC,OAAO,GAAGR","ignoreList":[0]}
+6
View File
@@ -0,0 +1,6 @@
"use strict";
module.exports = function() {
return Object.assign;
};
//# sourceMappingURL=polyfill.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/polyfill.ts"],"sourcesContent":["module.exports = function () {\n return Object.assign\n}\n"],"names":["module","exports","Object","assign"],"mappings":";AAAAA,OAAOC,OAAO,GAAG;IACf,OAAOC,OAAOC,MAAM;AACtB","ignoreList":[0]}
View File
+6
View File
@@ -0,0 +1,6 @@
"use strict";
module.exports = function() {
return Object.assign;
};
//# sourceMappingURL=shim.js.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/shim.ts"],"sourcesContent":["module.exports = function () {\n return Object.assign\n}\n"],"names":["module","exports","Object","assign"],"mappings":";AAAAA,OAAOC,OAAO,GAAG;IACf,OAAOC,OAAOC,MAAM;AACtB","ignoreList":[0]}