{"version":3,"file":"tiny-warning-c932d744.js","sources":["../../node_modules/tiny-warning/dist/tiny-warning.esm.js"],"sourcesContent":["var isProduction = process.env.NODE_ENV === 'production';\nfunction warning(condition, message) {\n if (!isProduction) {\n if (condition) {\n return;\n }\n\n var text = \"Warning: \" + message;\n\n if (typeof console !== 'undefined') {\n console.warn(text);\n }\n\n try {\n throw Error(text);\n } catch (x) {}\n }\n}\n\nexport default warning;\n"],"names":["isProduction","warning","condition","message","text"],"mappings":"AAAA,IAAIA,EAAe,GACnB,SAASC,EAAQC,EAAWC,EAAS,CACnC,GAAI,CAACH,EAAc,CACjB,GAAIE,EACF,OAGF,IAAIE,EAAO,YAAcD,EAErB,OAAO,QAAY,KACrB,QAAQ,KAAKC,CAAI,EAGnB,GAAI,CACF,MAAM,MAAMA,CAAI,CACtB,MAAgB,CAAE,CACf,CACH","x_google_ignoreList":[0]}