{"version":3,"file":"symbol-observable-lgUVcrRG.js","sources":["../../node_modules/symbol-observable/es/ponyfill.js","../../node_modules/symbol-observable/es/index.js"],"sourcesContent":["export default function symbolObservablePonyfill(root) {\n\tvar result;\n\tvar Symbol = root.Symbol;\n\n\tif (typeof Symbol === 'function') {\n\t\tif (Symbol.observable) {\n\t\t\tresult = Symbol.observable;\n\t\t} else {\n\n\t\t\tif (typeof Symbol.for === 'function') {\n\t\t\t\t// This just needs to be something that won't trample other user's Symbol.for use\n\t\t\t\t// It also will guide people to the source of their issues, if this is problematic.\n\t\t\t\t// META: It's a resource locator!\n\t\t\t\tresult = Symbol.for('https://github.com/benlesh/symbol-observable');\n\t\t\t} else {\n\t\t\t\t// Symbol.for didn't exist! The best we can do at this point is a totally \n\t\t\t\t// unique symbol. Note that the string argument here is a descriptor, not\n\t\t\t\t// an identifier. This symbol is unique.\n\t\t\t\tresult = Symbol('https://github.com/benlesh/symbol-observable');\n\t\t\t}\n\t\t\ttry {\n\t\t\t\tSymbol.observable = result;\n\t\t\t} catch (err) {\n\t\t\t\t// Do nothing. In some environments, users have frozen `Symbol` for security reasons,\n\t\t\t\t// if it is frozen assigning to it will throw. In this case, we don't care, because\n\t\t\t\t// they will need to use the returned value from the ponyfill.\n\t\t\t}\n\t\t}\n\t} else {\n\t\tresult = '@@observable';\n\t}\n\n\treturn result;\n};\n","/* global window */\nimport ponyfill from './ponyfill.js';\n\nvar root;\n\nif (typeof self !== 'undefined') {\n root = self;\n} else if (typeof window !== 'undefined') {\n root = window;\n} else if (typeof global !== 'undefined') {\n root = global;\n} else if (typeof module !== 'undefined') {\n root = module;\n} else {\n root = Function('return this')();\n}\n\nvar result = ponyfill(root);\nexport default result;\n"],"names":["require_symbol_observable_00a","exports","module","root","result","Symbol","observable","for","err","ponyfill","self","window","global","Function"],"mappings":"qCAAeA,KAAA,CAAA,uCAAAC,EAAAC,IAAA,SAAkCC,GAC5C,IAAAC,EACAC,EAASF,EAAKE,OAEd,GAAkB,mBAAXA,EACV,GAAIA,EAAOC,WACVF,EAASC,EAAOC,eACV,CAMID,EAJgB,mBAAfA,EAAOE,IAIRF,EAAOE,IAAI,gDAKXF,EAAO,gDAEb,IACHA,EAAOC,WAAaF,CACpB,OAAQI,GAIR,CACD,MAEQJ,EAAA,cAIX,CChBaK,CAZO,oBAATC,KACFA,KACoB,oBAAXC,OACTA,OACoB,oBAAXC,OACTA,YACoB,IAAXV,EACTA,EAEAW,SAAS,cAATA,GAGiB","x_google_ignoreList":[0,1]}