| /expo/packages/@expo/cli/src/utils/ |
| H A D | git.ts | 27 Log.log(); 36 Log.log(); 52 Log.log(`Your git working tree is ${chalk.green('clean')}`); 53 Log.log('To revert the changes after this command completes, you can run the following:'); 54 Log.log(' git clean --force && git reset --hard'); 57 Log.log(`${chalk.bold('Warning!')} Your git working tree is ${chalk.red('dirty')}.`); 58 Log.log( 64 Log.log("We couldn't find a git repository in your project directory."); 65 Log.log("It's recommended to back up your project before proceeding.");
|
| H A D | modifyConfigAsync.ts | 17 Log.log(); 24 Log.log( 32 Log.log(); 35 Log.log(chalk.yellow(message)); 45 Log.log(chalk.cyan(`Please add the following to your Expo config`)); 46 Log.log(); 47 Log.log(JSON.stringify(edits, null, 2)); 48 Log.log();
|
| /expo/packages/expo-test-runner/src/ |
| H A D | Utils.ts | 15 console.log('Trying to kill emulator...'); 17 console.log('Emulator was killed.'); 19 console.log("Couldn't kill emulator"); 20 console.log(e); 26 console.log('Trying to kill simulator...'); 28 console.log('Simulator was killed.'); 30 console.log("Couldn't kill simulator."); 31 console.log(e);
|
| /expo/packages/@expo/cli/src/start/interface/ |
| H A D | interactiveActions.ts | 39 Log.log( 48 Log.log( 52 Log.log( 60 console.log('err', error); 66 Log.log(printItem(chalk`Metro waiting on {underline ${serverUrl}}`)); 75 Log.log(); 76 Log.log(printItem(chalk`Web is waiting on {underline ${webUrl}}`)); 81 Log.log(); 85 Log.log('Opening JavaScript inspector in the browser...'); 108 Log.log(`${BLT} Reloading apps`); [all …]
|
| /expo/packages/create-expo/src/__tests__/ |
| H A D | createAsync.test.ts | 6 const originalConsoleLog = console.log; 8 console.log = jest.fn(); 11 console.log = originalConsoleLog; 16 asMock(console.log).mockClear(); 21 expect(console.log).toHaveBeenNthCalledWith(2, expect.stringContaining('cd /foo/bar/')); 22 expect(console.log).toHaveBeenNthCalledWith(3, expect.stringContaining('npm install')); 27 expect(console.log).toHaveBeenNthCalledWith(2, expect.stringContaining('cd ./')); 28 expect(console.log).toHaveBeenNthCalledWith(3, expect.stringContaining('yarn install'));
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/ |
| H A D | ErrorOverlay.js | 54 const log = logs[selectedLogIndex]; 55 if (log == null) { 58 …return react_1.default.createElement(LogBoxInspector, { log: log, selectedLogIndex: selectedLogInd… property 84 if (log) { 88 }, [log]); 106 LogBoxData.retrySymbolicateLogNow(type, log); 107 }, [log]); 115 const log = (0, LogContext_1.useSelectedLog)(); 116 return react_1.default.createElement(ErrorOverlayBodyContents, { log: log, onRetry: onRetry }); property 123 }, [log]); [all …]
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/ |
| H A D | ErrorOverlay.tsx | 33 if (log == null) { 40 log, 44 log: LogBoxLog; 73 if (log) { 77 }, [log]); 101 [log] 115 return <ErrorOverlayBodyContents log={log} onRetry={onRetry} />; 119 log, 122 log: LogBoxLog; 129 }, [log]); [all …]
|
| /expo/packages/create-expo/src/ |
| H A D | resolveProjectRoot.ts | 28 Log.log(chalk`The directory {cyan ${folderName}} has files that might be overwritten:`); 29 Log.log(); 31 Log.log(` ${file}`); 33 Log.log(); 63 Log.log(); 64 Log.log('Please choose your app name:'); 65 Log.log(chalk` {dim $} {cyan ${selfCmd} <name>}`); 66 Log.log(); 67 Log.log(`For more info, run:`); 68 Log.log(chalk` {dim $} {cyan ${selfCmd} --help}`); [all …]
|
| /expo/packages/expo-updates/cli/utils/ |
| H A D | modifyConfigAsync.ts | 16 Log.log(); 23 Log.log( 31 Log.log(); 34 Log.log(chalk.yellow(message)); 44 Log.log(chalk.cyan(`Please add the following to your Expo config`)); 45 Log.log(); 46 Log.log(JSON.stringify(edits, null, 2)); 47 Log.log();
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/ |
| H A D | find-and-publish-all-bumped-packages.js | 20 console.log('Traversing all packages inside /packages...'); 25 console.log(`\u23ED Skipping private package ${packageManifest.name}`); 43 console.log( 46 console.log(commitDiffStderr); 56 console.log(`\uD83D\uDD0E No version bump for ${packageManifest.name}`); 74 console.log( 77 console.log(commitMessageStderr); 94 console.log( 113 console.log( 116 console.log(stderr); [all …]
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | metroErrorInterface.ts | 60 Log.log(); 62 Log.log(); 108 Log.log( 113 Log.log(codeFrame.content); 118 Log.log(); 137 Log.log(lineItem); 151 const log = new LogBoxLog({ constant 167 codeFrame: log.codeFrame, 211 codeFrame: log.codeFrame, 230 codeFrame: log.codeFrame, [all …]
|
| /expo/tools/src/versioning/android/ |
| H A D | index.ts | 73 console.log( 89 console.log( 98 console.log( 116 console.log( 131 console.log( 144 console.log( 153 console.log( 189 console.log( 196 console.log( 242 console.log( [all …]
|
| /expo/packages/@expo/cli/src/start/doctor/typescript/ |
| H A D | updateTSConfig.ts | 48 Log.log(); 51 Log.log(chalk`{bold TypeScript}: A {cyan tsconfig.json} has been auto-generated`); 53 Log.log( 58 Log.log(); 62 Log.log(); 64 Log.log(chalk`\u203A {bold Required} modifications made to the {cyan tsconfig.json}:`); 66 Log.log(); 71 Log.log(); 78 Log.log(tableFormat(key, value));
|
| /expo/packages/expo-modules-core/ios/Swift/Logging/ |
| H A D | Logger.swift | 5 public let log = Logger(category: Logger.EXPO_LOG_CATEGORY) variable 79 log(type: .trace, items) in trace() 87 log(type: .debug, items) in debug() 95 log(type: .info, items) in info() 102 log(type: .warn, items) in warn() 109 log(type: .error, items) in error() 116 log(type: .fatal, items) in fatal() 135 log(type: type, "≫ \(formattedSymbol)") in stacktrace() 143 log(type: .debug, items) in callAsFunction() 211 handler.log(type: type, message) in log() [all …]
|
| H A D | LogHandlers.swift | 3 import os.log 11 func log(type: LogType, _ message: String) in log() function 25 func log(type: LogType, _ message: String) { in log() function 26 osLogger.log(level: type.toOSLogType(), "\(message)") in log() 36 func log(type: LogType, _ message: String) { in log() function 51 func log(type: LogType, _ message: String) { in log() function
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | Logger.swift | 79 log(type: .trace, items) in trace() 87 log(type: .debug, items) in debug() 95 log(type: .info, items) in info() 102 log(type: .warn, items) in warn() 109 log(type: .error, items) in error() 116 log(type: .fatal, items) in fatal() 135 log(type: type, "≫ \(formattedSymbol)") in stacktrace() 143 log(type: .debug, items) in callAsFunction() 160 log(type: .timer, "Starting timer '\(id)'") in timeStart() 211 handler.log(type: type, message) in log() [all …]
|
| H A D | LogHandlers.swift | 3 import os.log 11 func log(type: LogType, _ message: String) in log() function 25 func log(type: LogType, _ message: String) { in log() function 26 osLogger.log(level: type.toOSLogType(), "\(message)") in log() 36 func log(type: LogType, _ message: String) { in log() function 51 func log(type: LogType, _ message: String) { in log() function
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | Logger.swift | 79 log(type: .trace, items) in trace() 87 log(type: .debug, items) in debug() 95 log(type: .info, items) in info() 102 log(type: .warn, items) in warn() 109 log(type: .error, items) in error() 116 log(type: .fatal, items) in fatal() 135 log(type: type, "≫ \(formattedSymbol)") in stacktrace() 143 log(type: .debug, items) in callAsFunction() 160 log(type: .timer, "Starting timer '\(id)'") in timeStart() 211 handler.log(type: type, message) in log() [all …]
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/ |
| H A D | Logger.swift | 79 log(type: .trace, items) in trace() 87 log(type: .debug, items) in debug() 95 log(type: .info, items) in info() 102 log(type: .warn, items) in warn() 109 log(type: .error, items) in error() 116 log(type: .fatal, items) in fatal() 135 log(type: type, "≫ \(formattedSymbol)") in stacktrace() 143 log(type: .debug, items) in callAsFunction() 160 log(type: .timer, "Starting timer '\(id)'") in timeStart() 211 handler.log(type: type, message) in log() [all …]
|
| H A D | LogHandlers.swift | 3 import os.log 11 func log(type: LogType, _ message: String) in log() function 25 func log(type: LogType, _ message: String) { in log() function 26 osLogger.log(level: type.toOSLogType(), "\(message)") in log() 36 func log(type: LogType, _ message: String) { in log() function 51 func log(type: LogType, _ message: String) { in log() function
|
| /expo/packages/expo-test-runner/build/ |
| H A D | Utils.js | 18 console.log('Trying to kill emulator...'); 20 console.log('Emulator was killed.'); 23 console.log("Couldn't kill emulator"); 24 console.log(e); 30 console.log('Trying to kill simulator...'); 32 console.log('Simulator was killed.'); 35 console.log("Couldn't kill simulator."); 36 console.log(e);
|
| /expo/packages/create-expo/src/utils/ |
| H A D | update-check.ts | 6 const debug = require('debug')('expo:init:update-check') as typeof console.log; 12 console.log(); 13 console.log(chalk.yellow.bold(`A new version of \`${packageJson.name}\` is available`)); 14 console.log(chalk`You can update by running: {cyan npm install -g ${packageJson.name}}`); 15 console.log();
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/logging/ |
| H A D | Logger.kt | 52 log(LogType.Trace, message) in <lambda>() 60 log(LogType.Debug, message) in <lambda>() 69 log(LogType.Info, message) in <lambda>() 77 log(LogType.Warn, message, cause) in <lambda>() 85 log(LogType.Error, message, cause) in <lambda>() 92 log(LogType.Fatal, message, cause) in <lambda>() 95 private fun log(type: LogType, message: String, cause: Throwable? = null) { in <lambda>() method 98 handler.log(type, message, cause) in <lambda>()
|
| /expo/tools/src/commands/ |
| H A D | ClientInstall.ts | 22 console.log('Booting up iOS simulator...'); 26 console.log('Uninstalling previously installed Expo client...'); 30 console.log(`Installing Expo client from ${chalk.blue(clientUrl)} on iOS simulator...`); 40 console.log(`Launching Expo client with identifier ${chalk.blue(appIdentifier)}...`); 47 console.log('Checking if the are any Android devices or emulators connected...'); 56 console.log( 67 console.log('Uninstalling previously installed Expo client...'); 71 console.log( 77 console.log('Launching application...'); 131 console.log(chalk.green('Successfully installed and launched staging version of the client '));
|
| H A D | ValidateIssueCommand.ts | 89 console.log('found needs validation label, removing it.'); 93 console.log(e); 96 console.log(`Issue is labeled with ${labelName}, skipping validation.`); 109 console.log('Issue includes a reprodible example URI.'); 110 console.log('adding needs review label.'); 113 console.log(issue.labels); 115 console.log('needs review label found, removing it.'); 119 console.log(e); 123 console.log('No reproducible example provided, marked for closing.');
|