{"version":3,"sources":["../../src/lib/globals.ts"],"names":["global_","globalThis","self_","self","window","global","window_","document_","document","process_","process","console_","console","navigator_","navigator"],"mappings":"AACA,MAAMA,OAAO,GAAGC,UAAhB;AAEA,MAAMC,KAAK,GAAGD,UAAU,CAACE,IAAX,IAAmBF,UAAU,CAACG,MAA9B,IAAwCH,UAAU,CAACI,MAAjE;AACA,MAAMC,OAAO,GAAIL,UAAU,CAACG,MAAX,IAAqBH,UAAU,CAACE,IAAhC,IAAwCF,UAAU,CAACI,MAApE;AACA,MAAME,SAAS,GAAGN,UAAU,CAACO,QAAX,IAAwB,EAA1C;AACA,MAAMC,QAAQ,GAAGR,UAAU,CAACS,OAAX,IAAsB,EAAvC;AACA,MAAMC,QAAQ,GAAGV,UAAU,CAACW,OAA5B;AACA,MAAMC,UAAU,GAAGZ,UAAU,CAACa,SAAX,IAAyB,EAA5C;AAEA,SACEd,OAAO,IAAIK,MADb,EAEEH,KAAK,IAAIC,IAFX,EAGEG,OAAO,IAAIF,MAHb,EAIEG,SAAS,IAAIC,QAJf,EAKEC,QAAQ,IAAIC,OALd,EAMEC,QAAQ,IAAIC,OANd,EAOEC,UAAU,IAAIC,SAPhB","sourcesContent":["// Do not name these variables the same as the global objects - will break bundling\nconst global_ = globalThis;\n// eslint-disable-next-line consistent-this\nconst self_ = globalThis.self || globalThis.window || globalThis.global;\nconst window_ = (globalThis.window || globalThis.self || globalThis.global) as unknown as Window;\nconst document_ = globalThis.document || ({} as Document);\nconst process_ = globalThis.process || {};\nconst console_ = globalThis.console;\nconst navigator_ = globalThis.navigator || ({} as Navigator);\n\nexport {\n global_ as global,\n self_ as self,\n window_ as window,\n document_ as document,\n process_ as process,\n console_ as console,\n navigator_ as navigator\n};\n"],"file":"globals.js"}