Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 25 of 85) sorted by relevance

1234

/expo/tools/src/
H A DFormatter.ts7 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 Dhelpers.ts9 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 DcutOffChangelogs.ts8 const { green, gray } = chalk; constant
46 logger.log(' ', green(pkg.packageName), gray(`- skipped, ${skipReason}`));
H A DupdateBundledNativeModulesFile.ts11 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 DverifySearchResults.ts22 console.log(` - ${chalk.gray(relativePath(duplicate))} (${chalk.gray(duplicate.version)})`);
/expo/tools/src/check-packages/
H A DrunPackageScriptAsync.ts7 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 DverifySearchResults.js22 …console.log(` - ${chalk_1.default.gray(relativePath(duplicate))} (${chalk_1.default.gray(duplicate…
/expo/tools/src/commands/
H A DPublishPackages.ts97 ${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 DAddSDKVersion.ts100 ${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 Dsettings.ts11 Log.log(chalk.gray('Networking has been disabled'));
/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts174 ) + 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 Dindex.ts55 `${chalk.gray(String(match.line))}:`,
60 `${chalk.gray(String(match.line))}:`,
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts82 `${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 DPackagesGraphUtils.ts48 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 DnodeModules.ts16 `Cleaned JavaScript dependencies ${chalk.gray(Date.now() - time + 'ms')}`
H A Dport.ts97 const pidTag = chalk.gray(`(pid ${runningProcess.pid})`);
106 message += '\n' + chalk.gray(` ${runningProcess.directory} ${pidTag}`);
H A Derrors.ts67 const errorDetails = error.stack ? '\n' + chalk.gray(error.stack) : '';
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js59gray('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 Dwarnings.ts46 link ? chalk.gray(' ' + link) : ''
/expo/packages/create-expo/src/
H A Dlog.ts12 error(chalk.red(e.toString()) + (env.EXPO_DEBUG ? '\n' + chalk.gray(e.stack) : ''));
/expo/packages/@expo/env/src/
H A Denv.ts133 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 Dindex.ts74 `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 DpromptAndroidDevice.ts18 return (text: string) => chalk.bold(chalk.gray(text));
/expo/packages/@expo/config-plugins/build/utils/
H A Dwarnings.js50 ….default.bold(platform)}: ${property}: ${warning}${link ? _chalk().default.gray(' ' + link) : ''}`;
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts132 errorMessage += chalk.gray(`\n${error.stderr}`);
134 errorMessage += chalk.gray(`\n${error.message}`);

1234