This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/node_modules/expo/build/globals.js.map

1 line
2.7 KiB
Plaintext
Raw Normal View History

2021-04-02 02:24:13 +03:00
{"version":3,"file":"globals.js","sourceRoot":"","sources":["../src/globals.ts"],"names":[],"mappings":"AAAA,yEAAyE;AACzE,uEAAuE;AACvE,yEAAyE;AACzE,uEAAuE;AACvE,wEAAwE;AACxE,0CAA0C;AAC1C,iFAAiF;AAEjF,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAIlD,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,OAAO,EAAE;IACtC,KAAK,EAAE;QACL,UAAU,EAAE,IAAI;QAChB,GAAG;YACD,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;YACvC,OAAO,OAAO,CAAC,YAAY,CAAC,CAAC,KAAK,CAAC;QACrC,CAAC;KACF;IAED,SAAS,EAAE;QACT,UAAU,EAAE,IAAI;QAChB,GAAG;YACD,gBAAgB,CAAC,4BAA4B,CAAC,CAAC;YAC/C,OAAO,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;QAC3C,CAAC;KACF;IAED,IAAI,EAAE;QACJ,UAAU,EAAE,IAAI;QAChB,GAAG;YACD,gBAAgB,CAAC,kBAAkB,CAAC,CAAC;YACrC,OAAO,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9B,CAAC;KACF;IAED,IAAI,EAAE;QACJ,UAAU,EAAE,IAAI;QAChB,GAAG;YACD,gBAAgB,CAAC,2BAA2B,CAAC,CAAC;YAC9C,OAAO,OAAO,CAAC,oBAAoB,CAAC,CAAC;QACvC,CAAC;KACF;IAED,cAAc,EAAE;QACd,UAAU,EAAE,IAAI;QAChB,GAAG;YACD,gBAAgB,CAAC,uCAAuC,CAAC,CAAC;YAC1D,OAAO,OAAO,CAAC,sBAAsB,CAAC,CAAC,cAAc,CAAC;QACxD,CAAC;KACF;IAED,MAAM,EAAE;QACN,UAAU,EAAE,IAAI;QAChB,GAAG;YACD,gBAAgB,CAAC,sBAAsB,CAAC,CAAC;YACzC,OAAO,OAAO,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC;QACvC,CAAC;KACF;CACF,CAAC,CAAC","sourcesContent":["// We make some of the Expo SDK available on a global in order to make it\n// possible to augment their libraries with some Expo-specific behavior\n// when inside of an environment with the Expo SDK present, but otherwise\n// continue to work in any bare React Native app without requiring that\n// they install the 'expo' package. We can get rid of this entirely when\n// the following RFC has been implemented:\n// https://github.com/react-native-community/discussions-and-proposals/issues/120\n\nimport deprecatedGlobal from './deprecatedGlobal';\n\ndeclare var module: any;\n\nObject.defineProperties(module.exports, {\n Asset: {\n enumerable: true,\n get() {\n deprecatedGlobal('Asset (expo-asset)');\n return require('expo-asset').Asset;\n },\n },\n\n Constants: {\n enumerable: true,\n get() {\n deprecatedGlobal('Constants (expo-constants)');\n return require('expo-constants').default;\n },\n },\n\n Font: {\n enumerable: true,\n get() {\n deprecatedGlobal('Font (expo-font)');\n return require('expo-font');\n },\n },\n\n Icon: {\n enumerable: true,\n get() {\n deprecatedGlobal('Icon (@expo/vector-icons)');\n return require('@expo/vector-icons');\n },\n },\n\n LinearGradient: {\n enumerable: true,\n get() {\n deprecatedGlobal('LinearGradient (expo-linear-gradient)');\n return require('expo-linear-gradient').LinearGradient;\n },\n },\n\n SQLite: {\n enumerable: true,\n get() {\n deprecatedGlobal('SQLite (expo-sqlite)');\n return require('expo-sqlite').SQLite;\n },\n },\n});\n"]}