/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/templates
NameSizeModeActions
app-page.d.ts8980666editdlrm
app-page.js526040666editdlrm
app-page.js.map705730666editdlrm
app-route.d.ts7910666editdlrm
app-route.js179080666editdlrm
app-route.js.map245260666editdlrm
edge-app-route.d.ts2100666editdlrm
edge-app-route.js30140666editdlrm
edge-app-route.js.map21560666editdlrm
edge-ssr-app.d.ts2830666editdlrm
edge-ssr-app.js132680666editdlrm
edge-ssr-app.js.map202030666editdlrm
edge-ssr.d.ts2830666editdlrm
edge-ssr.js131940666editdlrm
edge-ssr.js.map190430666editdlrm
helpers.d.ts2660666editdlrm
helpers.js10980666editdlrm
helpers.js.map14360666editdlrm
middleware.d.ts2620666editdlrm
middleware.js37900666editdlrm
middleware.js.map37460666editdlrm
pages-api.d.ts3020666editdlrm
pages-api.js75570666editdlrm
pages-api.js.map98170666editdlrm
pages-edge-api.d.ts2540666editdlrm
pages-edge-api.js12430666editdlrm
pages-edge-api.js.map13680666editdlrm
pages.d.ts8360666editdlrm
pages.js54390666editdlrm
pages.js.map41300666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/build/templates/helpers.js.map (1436B)
{"version":3,"sources":["../../../src/build/templates/helpers.ts"],"sourcesContent":["/**\n * Hoists a name from a module or promised module.\n *\n * @param module the module to hoist the name from\n * @param name the name to hoist\n * @returns the value on the module (or promised module)\n */\nexport function hoist(module: any, name: string) {\n // If the name is available in the module, return it.\n if (name in module) {\n return module[name]\n }\n\n // If a property called `then` exists, assume it's a promise and\n // return a promise that resolves to the name.\n if ('then' in module && typeof module.then === 'function') {\n return module.then((mod: any) => hoist(mod, name))\n }\n\n // If we're trying to hoise the default export, and the module is a function,\n // return the module itself.\n if (typeof module === 'function' && name === 'default') {\n return module\n }\n\n // Otherwise, return undefined.\n return undefined\n}\n"],"names":["hoist","module","name","then","mod","undefined"],"mappings":"AAAA;;;;;;CAMC;;;;+BACeA;;;eAAAA;;;AAAT,SAASA,MAAMC,MAAW,EAAEC,IAAY;IAC7C,qDAAqD;IACrD,IAAIA,QAAQD,QAAQ;QAClB,OAAOA,MAAM,CAACC,KAAK;IACrB;IAEA,gEAAgE;IAChE,8CAA8C;IAC9C,IAAI,UAAUD,UAAU,OAAOA,OAAOE,IAAI,KAAK,YAAY;QACzD,OAAOF,OAAOE,IAAI,CAAC,CAACC,MAAaJ,MAAMI,KAAKF;IAC9C;IAEA,6EAA6E;IAC7E,4BAA4B;IAC5B,IAAI,OAAOD,WAAW,cAAcC,SAAS,WAAW;QACtD,OAAOD;IACT;IAEA,+BAA+B;IAC/B,OAAOI;AACT","ignoreList":[0]}