Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/esm/build/polyfills/fetch/index.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/build/polyfills/fetch/index.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/* globals self */ const fetchModule = self.fetch.bind(self);
|
||||
module.exports = fetchModule;
|
||||
module.exports.default = module.exports;
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/next/dist/esm/build/polyfills/fetch/index.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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,GAChB,MAAMA,cAAcC,KAAKC,KAAK,CAACC,IAAI,CAACF;AACpCG,OAAOC,OAAO,GAAGL;AACjBI,OAAOC,OAAO,CAACC,OAAO,GAAGF,OAAOC,OAAO"}
|
||||
6
node_modules/next/dist/esm/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
6
node_modules/next/dist/esm/build/polyfills/fetch/whatwg-fetch.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/* globals self */ 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/esm/build/polyfills/fetch/whatwg-fetch.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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,GAChBA,QAAQC,OAAO,GAAGC,KAAKD,OAAO;AAC9BD,QAAQG,OAAO,GAAGD,KAAKC,OAAO;AAC9BH,QAAQI,QAAQ,GAAGF,KAAKE,QAAQ;AAChCJ,QAAQK,KAAK,GAAGH,KAAKG,KAAK"}
|
||||
5
node_modules/next/dist/esm/build/polyfills/object-assign.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/build/polyfills/object-assign.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
var assign = Object.assign.bind(Object);
|
||||
module.exports = assign;
|
||||
module.exports.default = module.exports;
|
||||
|
||||
//# sourceMappingURL=object-assign.js.map
|
||||
1
node_modules/next/dist/esm/build/polyfills/object-assign.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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"}
|
||||
3
node_modules/next/dist/esm/build/polyfills/object.assign/auto.js
generated
vendored
Normal file
3
node_modules/next/dist/esm/build/polyfills/object.assign/auto.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
// noop
|
||||
|
||||
//# sourceMappingURL=auto.js.map
|
||||
1
node_modules/next/dist/esm/build/polyfills/object.assign/auto.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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"}
|
||||
3
node_modules/next/dist/esm/build/polyfills/object.assign/implementation.js
generated
vendored
Normal file
3
node_modules/next/dist/esm/build/polyfills/object.assign/implementation.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = Object.assign;
|
||||
|
||||
//# sourceMappingURL=implementation.js.map
|
||||
1
node_modules/next/dist/esm/build/polyfills/object.assign/implementation.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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"}
|
||||
18
node_modules/next/dist/esm/build/polyfills/object.assign/index.js
generated
vendored
Normal file
18
node_modules/next/dist/esm/build/polyfills/object.assign/index.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
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/esm/build/polyfills/object.assign/index.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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"}
|
||||
5
node_modules/next/dist/esm/build/polyfills/object.assign/polyfill.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/build/polyfills/object.assign/polyfill.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = function() {
|
||||
return Object.assign;
|
||||
};
|
||||
|
||||
//# sourceMappingURL=polyfill.js.map
|
||||
1
node_modules/next/dist/esm/build/polyfills/object.assign/polyfill.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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"}
|
||||
5
node_modules/next/dist/esm/build/polyfills/object.assign/shim.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/build/polyfills/object.assign/shim.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = function() {
|
||||
return Object.assign;
|
||||
};
|
||||
|
||||
//# sourceMappingURL=shim.js.map
|
||||
1
node_modules/next/dist/esm/build/polyfills/object.assign/shim.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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"}
|
||||
4
node_modules/next/dist/esm/build/polyfills/process.js
generated
vendored
Normal file
4
node_modules/next/dist/esm/build/polyfills/process.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
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/esm/build/polyfills/process.js.map
generated
vendored
Normal file
1
node_modules/next/dist/esm/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