Searched refs:authorName (Results 1 – 7 of 7) sorted by relevance
| /expo/tools/src/ |
| H A D | Formatter.ts | 21 const authorName = green(log.authorName); constant 26 return `${commitHash} ${title} ${gray(`by ${authorName} ${date}`)}`;
|
| H A D | Git.ts | 28 authorName: string; 235 authorName: '%aN',
|
| /expo/tools/src/commands/ |
| H A D | CherryPickCommand.ts | 112 srcCommit.authorName === destCommit.authorName && 136 commit.authorName 160 commit.authorName
|
| /expo/packages/create-expo-module/src/ |
| H A D | create-expo-module.ts | 331 authorName, constant 360 author: `${authorName} <${authorEmail}> (${authorUrl})`,
|
| /expo/packages/create-expo-module/build/ |
| H A D | create-expo-module.js | 258 …const { name, description, package: projectPackage, authorName, authorEmail, authorUrl, repo, } = … 281 author: `${authorName} <${authorEmail}> (${authorUrl})`,
|
| H A D | prompts.js.map | 1 …me cannot be empty',\n },\n {\n type: 'text',\n name: 'authorName',\n message…
|
| H A D | create-expo-module.js.map | 1 …authorName,\n authorEmail,\n authorUrl,\n repo,\n } = await prompts(promptQueries, { onC…
|