Initial boiler plate project
This commit is contained in:
1
node_modules/next/dist/build/polyfills/fetch/index.d.ts
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/fetch/index.d.ts
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise<Response>) & typeof fetch;
|
||||
6
node_modules/next/dist/build/polyfills/fetch/index.js
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/fetch/index.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* globals self */ "use strict";
|
||||
const fetchModule = self.fetch.bind(self);
|
||||
module.exports = fetchModule;
|
||||
module.exports.default = module.exports;
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/next/dist/build/polyfills/fetch/index.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/fetch/index.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/fetch/index.ts"],"names":["fetchModule","self","fetch","bind","module","exports","default"],"mappings":"AAAA,gBAAgB;AAChB,MAAMA,cAAcC,KAAKC,KAAK,CAACC,IAAI,CAACF;AACpCG,OAAOC,OAAO,GAAGL;AACjBI,OAAOC,OAAO,CAACC,OAAO,GAAGF,OAAOC,OAAO"}
|
||||
0
node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.d.ts
generated
vendored
Normal file
0
node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.d.ts
generated
vendored
Normal file
7
node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
7
node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/* globals self */ "use strict";
|
||||
exports.Headers = self.Headers;
|
||||
exports.Request = self.Request;
|
||||
exports.Response = self.Response;
|
||||
exports.fetch = self.fetch;
|
||||
|
||||
//# sourceMappingURL=whatwg-fetch.js.map
|
||||
1
node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/fetch/whatwg-fetch.ts"],"names":["exports","Headers","self","Request","Response","fetch"],"mappings":"AAAA,gBAAgB;AAChBA,QAAQC,OAAO,GAAGC,KAAKD,OAAO;AAC9BD,QAAQG,OAAO,GAAGD,KAAKC,OAAO;AAC9BH,QAAQI,QAAQ,GAAGF,KAAKE,QAAQ;AAChCJ,QAAQK,KAAK,GAAGH,KAAKG,KAAK"}
|
||||
6
node_modules/next/dist/build/polyfills/object-assign.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/object-assign.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
declare var assign: {
|
||||
<T extends {}, U>(target: T, source: U): T & U;
|
||||
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
||||
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
||||
(target: object, ...sources: any[]): any;
|
||||
};
|
||||
6
node_modules/next/dist/build/polyfills/object-assign.js
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/object-assign.js
generated
vendored
Normal 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
|
||||
1
node_modules/next/dist/build/polyfills/object-assign.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/object-assign.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../src/build/polyfills/object-assign.ts"],"names":["assign","Object","bind","module","exports","default"],"mappings":";AAAA,IAAIA,SAASC,OAAOD,MAAM,CAACE,IAAI,CAACD;AAChCE,OAAOC,OAAO,GAAGJ;AACjBG,OAAOC,OAAO,CAACC,OAAO,GAAGF,OAAOC,OAAO"}
|
||||
0
node_modules/next/dist/build/polyfills/object.assign/auto.d.ts
generated
vendored
Normal file
0
node_modules/next/dist/build/polyfills/object.assign/auto.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/build/polyfills/object.assign/auto.js
generated
vendored
Normal file
4
node_modules/next/dist/build/polyfills/object.assign/auto.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
// noop
|
||||
"use strict";
|
||||
|
||||
//# sourceMappingURL=auto.js.map
|
||||
1
node_modules/next/dist/build/polyfills/object.assign/auto.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/object.assign/auto.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/auto.ts"],"names":[],"mappings":"AAAA,OAAO"}
|
||||
0
node_modules/next/dist/build/polyfills/object.assign/implementation.d.ts
generated
vendored
Normal file
0
node_modules/next/dist/build/polyfills/object.assign/implementation.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/build/polyfills/object.assign/implementation.js
generated
vendored
Normal file
4
node_modules/next/dist/build/polyfills/object.assign/implementation.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
module.exports = Object.assign;
|
||||
|
||||
//# sourceMappingURL=implementation.js.map
|
||||
1
node_modules/next/dist/build/polyfills/object.assign/implementation.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/object.assign/implementation.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/implementation.ts"],"names":["module","exports","Object","assign"],"mappings":";AAAAA,OAAOC,OAAO,GAAGC,OAAOC,MAAM"}
|
||||
12
node_modules/next/dist/build/polyfills/object.assign/index.d.ts
generated
vendored
Normal file
12
node_modules/next/dist/build/polyfills/object.assign/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
declare var assign: {
|
||||
<T extends {}, U>(target: T, source: U): T & U;
|
||||
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
||||
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
||||
(target: object, ...sources: any[]): any;
|
||||
};
|
||||
declare function g(): {
|
||||
<T extends {}, U>(target: T, source: U): T & U;
|
||||
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
||||
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
||||
(target: object, ...sources: any[]): any;
|
||||
};
|
||||
19
node_modules/next/dist/build/polyfills/object.assign/index.js
generated
vendored
Normal file
19
node_modules/next/dist/build/polyfills/object.assign/index.js
generated
vendored
Normal 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
node_modules/next/dist/build/polyfills/object.assign/index.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/object.assign/index.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/index.ts"],"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"}
|
||||
0
node_modules/next/dist/build/polyfills/object.assign/polyfill.d.ts
generated
vendored
Normal file
0
node_modules/next/dist/build/polyfills/object.assign/polyfill.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/object.assign/polyfill.js
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/object.assign/polyfill.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
module.exports = function() {
|
||||
return Object.assign;
|
||||
};
|
||||
|
||||
//# sourceMappingURL=polyfill.js.map
|
||||
1
node_modules/next/dist/build/polyfills/object.assign/polyfill.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/object.assign/polyfill.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/polyfill.ts"],"names":["module","exports","Object","assign"],"mappings":";AAAAA,OAAOC,OAAO,GAAG;IACf,OAAOC,OAAOC,MAAM;AACtB"}
|
||||
0
node_modules/next/dist/build/polyfills/object.assign/shim.d.ts
generated
vendored
Normal file
0
node_modules/next/dist/build/polyfills/object.assign/shim.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/object.assign/shim.js
generated
vendored
Normal file
6
node_modules/next/dist/build/polyfills/object.assign/shim.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
module.exports = function() {
|
||||
return Object.assign;
|
||||
};
|
||||
|
||||
//# sourceMappingURL=shim.js.map
|
||||
1
node_modules/next/dist/build/polyfills/object.assign/shim.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/object.assign/shim.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/build/polyfills/object.assign/shim.ts"],"names":["module","exports","Object","assign"],"mappings":";AAAAA,OAAOC,OAAO,GAAG;IACf,OAAOC,OAAOC,MAAM;AACtB"}
|
||||
1
node_modules/next/dist/build/polyfills/polyfill-module.js
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/polyfill-module.js
generated
vendored
Normal 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(n){return r.resolve(t()).then(function(){return n})},function(n){return r.resolve(t()).then(function(){throw n})})}),Object.fromEntries||(Object.fromEntries=function(t){return Array.from(t).reduce(function(t,r){return t[r[0]]=r[1],t},{})}),Array.prototype.at||(Array.prototype.at=function(t){var r=Math.trunc(t)||0;if(r<0&&(r+=this.length),!(r<0||r>=this.length))return this[r]}),Object.hasOwn||(Object.hasOwn=function(t,r){if(null==t)throw new TypeError("Cannot convert undefined or null to object");return Object.prototype.hasOwnProperty.call(Object(t),r)}),"canParse"in URL||(URL.canParse=function(t,r){try{return!!new URL(t,r)}catch(t){return!1}});
|
||||
1
node_modules/next/dist/build/polyfills/polyfill-nomodule.js
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/polyfill-nomodule.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
0
node_modules/next/dist/build/polyfills/process.d.ts
generated
vendored
Normal file
0
node_modules/next/dist/build/polyfills/process.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/build/polyfills/process.js
generated
vendored
Normal file
5
node_modules/next/dist/build/polyfills/process.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
var _global_process, _global_process1;
|
||||
module.exports = ((_global_process = global.process) == null ? void 0 : _global_process.env) && typeof ((_global_process1 = global.process) == null ? void 0 : _global_process1.env) === "object" ? global.process : require("next/dist/compiled/process");
|
||||
|
||||
//# sourceMappingURL=process.js.map
|
||||
1
node_modules/next/dist/build/polyfills/process.js.map
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/process.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../src/build/polyfills/process.ts"],"names":["global","module","exports","process","env","require"],"mappings":";IACEA,iBAA8BA;AADhCC,OAAOC,OAAO,GACZF,EAAAA,kBAAAA,OAAOG,OAAO,qBAAdH,gBAAgBI,GAAG,KAAI,SAAOJ,mBAAAA,OAAOG,OAAO,qBAAdH,iBAAgBI,GAAG,MAAK,WAClDJ,OAAOG,OAAO,GACdE,QAAQ"}
|
||||
Reference in New Issue
Block a user