Home
last modified time | relevance | path

Searched refs:EOL (Results 1 – 20 of 20) sorted by relevance

/expo/packages/@expo/package-manager/src/ios/__tests__/
H A DCocoaPodsPackageManager-test.ts39 'Using Expo modules' + os.EOL +
45 '' + os.EOL +
46 ' In Podfile:' + os.EOL +
48 '' + os.EOL +
49 '' + os.EOL +
50 'You have either:' + os.EOL +
64 '' + os.EOL +
65 ' In Podfile:' + os.EOL +
67 '' + os.EOL +
68 '' + os.EOL +
[all …]
/expo/tools/src/
H A DMarkdown.ts85 return unescape(renderer.render(tokens).trim() + EOL);
179 const EOL = '\n'; constant
230 return this.indent(token.depth, '#') + ' ' + token.text + EOL.repeat(2);
242 return output + EOL;
253 output += this.renderToken(token.tokens[0], ctx).trim() + EOL;
259 return output.trimRight() + EOL;
263 return this.indent(ctx.indent) + token.text + EOL;
273 return EOL;
277 const lines = token.text.split(EOL);
283 return indentStr + lines.join(EOL + indentStr);
[all …]
/expo/tools/src/packages-graph/
H A DPackagesGraphUtils.ts2 import { EOL } from 'os';
29 process.stdout.write(chalk.dim(`${name} ...`) + EOL);
35 process.stdout.write(`${name} ${chalk.cyan(version)}` + EOL);
39 process.stdout.write(edgePointer(true, false, false) + chalk.dim('none') + EOL);
/expo/packages/@expo/config-plugins/src/utils/
H A DXML.ts2 import { EOL } from 'os';
57 export function format(manifest: any, { indentLevel = 2, newline = EOL } = {}): string {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dtesting-utils.js30 return emulatorsOutput.split(os.EOL).filter(name => name !== '');
/expo/packages/@expo/cli/src/utils/tsconfig/
H A DevaluateTsConfig.ts6 getNewLine: () => require('os').EOL,
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts3 import { EOL } from 'os';
152 .split(EOL)
/expo/packages/@expo/cli/e2e/__tests__/
H A Dwhoami-test.ts68 expect(results.stdout.trim().split(os.EOL).length).toBe(1);
/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A Demulator-test.ts20 stdout: ['avd1', 'avd2'].join(jest.requireActual('os').EOL),
/expo/packages/@expo/cli/src/start/platforms/android/
H A Demulator.ts27 .split(os.EOL)
H A Dadb.ts217 const splitItems = output.trim().replace(/\n$/, '').split(os.EOL);
/expo/.github/workflows/
H A Dclient-android-eas.yml101 cat >credentials.json <<EOL
112 EOL
/expo/packages/@expo/package-manager/build/ios/
H A DCocoaPodsPackageManager.js171 const errorOutput = error.output.join(os_1.default.EOL).trim();
209 return getPodRepoUpdateMessage(error.output.join(os_1.default.EOL).trim()).message;
/expo/packages/@expo/package-manager/src/ios/
H A DCocoaPodsPackageManager.ts228 const errorOutput = error.output.join(os.EOL).trim();
286 return getPodRepoUpdateMessage(error.output.join(os.EOL).trim()).message;
/expo/packages/@expo/config-plugins/build/utils/
H A DXML.js84 newline = _os().EOL
H A DXML.js.map1EOL","xmlInput","toString","_manifest$resources3","builder","Builder","headless","_manifest$resour…
/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts219 if (currentBuffer.endsWith(os.EOL)) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTJSStackFrame.m43 @"\\)?$" // Optional closing paren and EOL
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJSStackFrame.m43 @"\\)?$" // Optional closing paren and EOL
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJSStackFrame.m43 @"\\)?$" // Optional closing paren and EOL