/opt/canhelp/node_modules/next/dist/build/babel/plugins
NameSizeModeActions
amp-attributes.d.ts1220644editdlrm
amp-attributes.js10430644editdlrm
amp-attributes.js.map15330644editdlrm
commonjs.d.ts1350644editdlrm
commonjs.js14200644editdlrm
commonjs.js.map18600644editdlrm
jsx-pragma.d.ts2300644editdlrm
jsx-pragma.js37030644editdlrm
jsx-pragma.js.map64230644editdlrm
next-font-unsupported.d.ts1420644editdlrm
next-font-unsupported.js14420644editdlrm
next-font-unsupported.js.map17930644editdlrm
next-page-config.d.ts2340644editdlrm
next-page-config.js90390644editdlrm
next-page-config.js.map124580644editdlrm
next-page-disallow-re-export-all-exports.d.ts1420644editdlrm
next-page-disallow-re-export-all-exports.js11830644editdlrm
next-page-disallow-re-export-all-exports.js.map14930644editdlrm
next-ssg-transform.d.ts6340644editdlrm
next-ssg-transform.js167450644editdlrm
next-ssg-transform.js.map248630644editdlrm
optimize-hook-destructuring.d.ts2300644editdlrm
optimize-hook-destructuring.js24860644editdlrm
optimize-hook-destructuring.js.map46290644editdlrm
react-loadable-plugin.d.ts13270644editdlrm
react-loadable-plugin.js79640644editdlrm
react-loadable-plugin.js.map126500644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js.map (1793B)
{"version":3,"sources":["../../../../src/build/babel/plugins/next-font-unsupported.ts"],"sourcesContent":["import type { NodePath, types } from 'next/dist/compiled/babel/core'\nimport type { PluginObj } from 'next/dist/compiled/babel/core'\n\nexport default function NextPageDisallowReExportAllExports(): PluginObj {\n return {\n visitor: {\n ImportDeclaration(path: NodePath) {\n if (\n [\n '@next/font/local',\n '@next/font/google',\n 'next/font/local',\n 'next/font/google',\n ].includes(path.node.source.value)\n ) {\n const err = new SyntaxError(\n `\"next/font\" requires SWC although Babel is being used due to a custom babel config being present.\\nRead more: https://nextjs.org/docs/messages/babel-font-loader-conflict`\n )\n ;(err as any).code = 'BABEL_PARSE_ERROR'\n ;(err as any).loc =\n path.node.loc?.start ?? path.node.loc?.end ?? path.node.loc\n throw err\n }\n },\n },\n }\n}\n"],"names":["NextPageDisallowReExportAllExports","visitor","ImportDeclaration","path","includes","node","source","value","err","SyntaxError","code","loc","start","end"],"mappings":";;;;+BAGA;;;eAAwBA;;;AAAT,SAASA;IACtB,OAAO;QACLC,SAAS;YACPC,mBAAkBC,IAAuC;gBACvD,IACE;oBACE;oBACA;oBACA;oBACA;iBACD,CAACC,QAAQ,CAACD,KAAKE,IAAI,CAACC,MAAM,CAACC,KAAK,GACjC;wBAMEJ,gBAAwBA;oBAL1B,MAAMK,MAAM,qBAEX,CAFW,IAAIC,YACd,CAAC,yKAAyK,CAAC,GADjK,qBAAA;+BAAA;oCAAA;sCAAA;oBAEZ;oBACED,IAAYE,IAAI,GAAG;oBACnBF,IAAYG,GAAG,GACfR,EAAAA,iBAAAA,KAAKE,IAAI,CAACM,GAAG,qBAAbR,eAAeS,KAAK,OAAIT,kBAAAA,KAAKE,IAAI,CAACM,GAAG,qBAAbR,gBAAeU,GAAG,KAAIV,KAAKE,IAAI,CAACM,GAAG;oBAC7D,MAAMH;gBACR;YACF;QACF;IACF;AACF","ignoreList":[0]}