| /expo/tools/src/ |
| H A D | Formatter.ts | 7 const { white, cyan, red, green, yellow, blue, gray, dim, reset } = chalk; constant 26 return `${commitHash} ${title} ${gray(`by ${authorName} ${date}`)}`; 44 return gray('undefined'); 69 return `${link(fileLog.relativePath, uri)} ${gray(`(${fileLog.status})`)}`; 87 return gray.bold(p3) + white.bold(p4); 96 return gray.italic(p1 + relativePath + p3);
|
| /expo/tools/src/promote-packages/ |
| H A D | helpers.ts | 9 const { cyan, green, magenta, red, gray } = chalk; constant 31 const from = fromVersion ? cyan.bold(fromVersion) : gray.bold('none'); 49 `Following packages could be ${red.bold('demoted')} ${gray(`(requires --demote flag)`)}:`
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | cutOffChangelogs.ts | 8 const { green, gray } = chalk; constant 46 logger.log(' ', green(pkg.packageName), gray(`- skipped, ${skipReason}`));
|
| H A D | updateBundledNativeModulesFile.ts | 11 const { magenta, green, gray, cyan } = chalk; constant 36 logger.log(' ', green(pkg.packageName), gray('is not defined.'));
|
| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | verifySearchResults.ts | 22 console.log(` - ${chalk.gray(relativePath(duplicate))} (${chalk.gray(duplicate.version)})`);
|
| /expo/tools/src/check-packages/ |
| H A D | runPackageScriptAsync.ts | 7 const { cyan, gray, red, reset } = chalk; constant 43 logger.log(lines.map((line) => `${gray(label)} ${color(line)}`).join('\n'));
|
| /expo/packages/expo-modules-autolinking/build/autolinking/ |
| H A D | verifySearchResults.js | 22 …console.log(` - ${chalk_1.default.gray(relativePath(duplicate))} (${chalk_1.default.gray(duplicate…
|
| /expo/tools/src/commands/ |
| H A D | PublishPackages.ts | 97 ${chalk.gray('>')} ${chalk.italic.cyan('et publish -l')} 100 ${chalk.gray('>')} ${chalk.italic.cyan('et publish')} 103 ${chalk.gray('>')} ${chalk.italic.cyan('et publish expo-gl expo-auth-session')}`
|
| H A D | AddSDKVersion.ts | 100 ${chalk.gray('>')} ${chalk.italic.cyan('et add-sdk-version --platform ios')} 103 ${chalk.gray('>')} ${chalk.italic.cyan(
|
| /expo/packages/@expo/cli/src/api/ |
| H A D | settings.ts | 11 Log.log(chalk.gray('Networking has been disabled'));
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | AsyncNgrok.ts | 174 ) + chalk.gray('\nCheck the Ngrok status page for outages: https://status.ngrok.com/') 191 chalk.gray('Check the Ngrok status page for outages: https://status.ngrok.com/'), 200 chalk.gray('\nCheck the Ngrok status page for outages: https://status.ngrok.com/')
|
| /expo/tools/src/versioning/ios/transforms/ |
| H A D | index.ts | 55 `${chalk.gray(String(match.line))}:`, 60 `${chalk.gray(String(match.line))}:`,
|
| /expo/packages/create-expo-module/src/ |
| H A D | create-expo-module.ts | 82 `${chalk.gray('The local module will be created in the ')}${chalk.gray.bold.italic( 84 )} ${chalk.gray('directory in the root of your project. Learn more: ')}${chalk.gray.bold( 413 commands.forEach((command) => console.log(chalk.gray('>'), chalk.bold(command))); 423 console.log(`${chalk.gray.italic(`import { hello } from './modules/${slug}';`)}`);
|
| /expo/tools/src/packages-graph/ |
| H A D | PackagesGraphUtils.ts | 48 process.stdout.write(chalk.gray(prefix) + edgePointer(isLast, hasMore, edge.isCyclic)); 103 return chalk.gray(rawPointer); 122 return chalk.gray(name);
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | nodeModules.ts | 16 `Cleaned JavaScript dependencies ${chalk.gray(Date.now() - time + 'ms')}`
|
| H A D | port.ts | 97 const pidTag = chalk.gray(`(pid ${runningProcess.pid})`); 106 message += '\n' + chalk.gray(` ${runningProcess.directory} ${pidTag}`);
|
| H A D | errors.ts | 67 const errorDetails = error.stack ? '\n' + chalk.gray(error.stack) : '';
|
| /expo/packages/create-expo-module/build/ |
| H A D | create-expo-module.js | 59 …gray('The local module will be created in the ')}${chalk_1.default.gray.bold.italic('modules')} ${… 319 …commands.forEach((command) => console.log(chalk_1.default.gray('>'), chalk_1.default.bold(command)… 328 console.log(`${chalk_1.default.gray.italic(`import { hello } from './modules/${slug}';`)}`);
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | warnings.ts | 46 link ? chalk.gray(' ' + link) : ''
|
| /expo/packages/create-expo/src/ |
| H A D | log.ts | 12 error(chalk.red(e.toString()) + (env.EXPO_DEBUG ? '\n' + chalk.gray(e.stack) : ''));
|
| /expo/packages/@expo/env/src/ |
| H A D | env.ts | 133 chalk.gray('env: load', envInfo.files.map((file) => path.basename(file)).join(' ')) 135 console.log(chalk.gray('env: export', keys.join(' ')));
|
| /expo/tools/src/versioning/android/ |
| H A D | index.ts | 74 `Removing code surrounded by ${chalk.gray(`// BEGIN_SDK_${sdkMajorVersion}`)} and ${chalk.gray( 99 `Removing code surrounded by ${chalk.gray( 101 )} and ${chalk.gray(`<!-- END_SDK_${sdkMajorVersion} -->`)} from ${chalk.magenta( 197 `${chalk.gray(1 + lineIndex + ':')} ${fileLines[lineIndex].replace(
|
| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | promptAndroidDevice.ts | 18 return (text: string) => chalk.bold(chalk.gray(text));
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | warnings.js | 50 ….default.bold(platform)}: ${property}: ${warning}${link ? _chalk().default.gray(' ' + link) : ''}`;
|
| /expo/packages/@expo/cli/src/start/platforms/ios/ |
| H A D | AppleDeviceManager.ts | 132 errorMessage += chalk.gray(`\n${error.stderr}`); 134 errorMessage += chalk.gray(`\n${error.message}`);
|