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"}
|
||||
Reference in New Issue
Block a user