Home
last modified time | relevance | path

Searched refs:EXPO_DEBUG (Results 1 – 25 of 49) sorted by relevance

12

/expo/packages/@expo/config/build/plugins/
H A DwithInternal.js6 exports.withInternal = exports.EXPO_DEBUG = void 0;
14 const EXPO_DEBUG = (0, _getenv().boolish)('EXPO_DEBUG', false); constant
22 exports.EXPO_DEBUG = EXPO_DEBUG;
28 isDebug: EXPO_DEBUG,
H A DwithInternal.js.map1EXPO_DEBUG","boolish","exports","withInternal","config","internals","_internal","isDebug"],"source…
H A DwithInternal.d.ts3 export declare const EXPO_DEBUG: boolean; constant
/expo/packages/@expo/config/src/plugins/
H A DwithInternal.ts6 export const EXPO_DEBUG = boolish('EXPO_DEBUG', false); constant
22 isDebug: EXPO_DEBUG,
/expo/packages/@expo/cli/src/
H A Dlog.ts18 error(chalk.red(e.toString()) + (env.EXPO_DEBUG ? '\n' + chalk.gray(e.stack) : ''));
31 if (require('./utils/env').env.EXPO_DEBUG) console.log(...message);
/expo/packages/@expo/metro-config/build/
H A Denv.d.ts3 get EXPO_DEBUG(): boolean; method in Env
H A DExpoMetroConfig.js6 exports.EXPO_DEBUG = void 0;
201 if (_env2().env.EXPO_DEBUG) {
316 const EXPO_DEBUG = _env2().env.EXPO_DEBUG; constant
317 exports.EXPO_DEBUG = EXPO_DEBUG;
H A DExpoMetroConfig.d.ts24 export declare const EXPO_DEBUG: boolean; constant
H A Denv.js16 get EXPO_DEBUG() { getter in Env
H A Denv.js.map1EXPO_DEBUG","boolish","EXPO_USE_FB_SOURCES","EXPO_USE_EXOTIC","RCT_METRO_PORT","int","EXPO_USE_MET…
/expo/packages/create-expo-module/bin/
H A Dcreate-expo-module9 process.env.EXPO_DEBUG = '1';
/expo/packages/create-expo/src/utils/
H A Denv.ts5 get EXPO_DEBUG() { method in Env
H A Dlog.ts13 const disabled = env.CI || env.EXPO_DEBUG;
/expo/packages/@expo/metro-config/src/
H A Denv.ts5 get EXPO_DEBUG() { method in Env
H A DExpoMetroConfig.ts106 if (env.EXPO_DEBUG) {
228 export const EXPO_DEBUG = env.EXPO_DEBUG; constant
/expo/packages/create-expo/src/
H A Dindex.ts15 process.env.EXPO_DEBUG = '1';
H A Dlog.ts12 error(chalk.red(e.toString()) + (env.EXPO_DEBUG ? '\n' + chalk.gray(e.stack) : ''));
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithStaticPlugin.ts12 const EXPO_DEBUG = boolish('EXPO_DEBUG', false); constant
93 if (EXPO_DEBUG) {
H A DwithMod.ts9 const EXPO_DEBUG = boolish('EXPO_DEBUG', false); constant
77 const isDebug = config._internal?.isDebug ?? EXPO_DEBUG; constant
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithStaticPlugin.js36 const EXPO_DEBUG = (0, _getenv().boolish)('EXPO_DEBUG', false); constant
96 if (EXPO_DEBUG) {
/expo/packages/@expo/cli/src/prebuild/
H A DconfigureProjectAsync.ts45 if (env.EXPO_DEBUG) {
/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DExternalModule.ts114 silent: !(env.EXPO_DEBUG || env.CI),
117 silent: !(env.EXPO_DEBUG || env.CI),
/expo/packages/@expo/cli/src/utils/
H A Denv.ts14 get EXPO_DEBUG() { method in Env
/expo/packages/@expo/config/src/__tests__/
H A DConfigParsing-test.ts22 delete process.env.EXPO_DEBUG;
152 delete process.env.EXPO_DEBUG;
/expo/packages/create-expo-module/src/
H A Dutils.ts13 const disabled = process.env.CI || process.env.EXPO_DEBUG;

12