Home
last modified time | relevance | path

Searched refs:utils_1 (Results 1 – 3 of 3) sorted by relevance

/expo/packages/create-expo-module/build/
H A Dprompts.js9 const utils_1 = require("./utils"); constant
76 initial: await (0, utils_1.findMyName)(),
83 initial: await (0, utils_1.findGitHubEmail)(),
89 … initial: async (_, answers) => await (0, utils_1.findGitHubProfileUrl)(answers.authorEmail),
95 initial: async (_, answers) => await (0, utils_1.guessRepoUrl)(answers.authorUrl, slug),
H A DcreateExampleApp.js13 const utils_1 = require("./utils"); constant
32 await (0, utils_1.newStep)('Initializing the example app', async (step) => {
42 await (0, utils_1.newStep)('Configuring the example app', async (step) => {
58 await (0, utils_1.newStep)('Installing dependencies in the example app', async (step) => {
128 await (0, utils_1.newStep)('Prebuilding the example app', async (step) => {
H A Dcreate-expo-module.js21 const utils_1 = require("./utils"); constant
80 await (0, utils_1.newStep)('Creating the module from template files', async (step) => {
85 await (0, utils_1.newStep)('Installing module dependencies', async (step) => {
89 await (0, utils_1.newStep)('Compiling TypeScript files', async (step) => {
113 await (0, utils_1.newStep)('Creating an empty Git repository', async (step) => {
175 return await (0, utils_1.newStep)('Downloading module template from npm', async (step) => {