UNPKG

624 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../../next-server/lib/loadable-context.ts"],"names":["LoadableContext","React","createContext","process","env","NODE_ENV","displayName"],"mappings":"oEAAA,oD,mFAIO,KAAMA,CAAAA,eAAe,cAAGC,eAAMC,aAAN,CAAsC,IAAtC,CAAxB,C,wCAEP,GAAIC,OAAO,CAACC,GAAR,CAAYC,QAAZ,GAAyB,YAA7B,CAA2C,CACzCL,eAAe,CAACM,WAAhB,CAA8B,iBAA9B,CACD","sourcesContent":["import React from 'react'\n\ntype CaptureFn = (moduleName: string) => void\n\nexport const LoadableContext = React.createContext<CaptureFn | null>(null)\n\nif (process.env.NODE_ENV !== 'production') {\n LoadableContext.displayName = 'LoadableContext'\n}\n"]}
\No newline at end of file