Home
last modified time | relevance | path

Searched refs:trimmedLine (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/fingerprint/src/
H A DOptions.ts73 const trimmedLine = line.trim(); constant
74 if (trimmedLine) {
75 ignorePaths.push(trimmedLine);
/expo/packages/@expo/fingerprint/build/
H A DOptions.js68 const trimmedLine = line.trim();
69 if (trimmedLine) {
70 ignorePaths.push(trimmedLine);
/expo/packages/@expo/fingerprint/src/sourcer/
H A DExpoConfigLoader.ts65 const trimmedLine = line.trim(); constant
66 if (trimmedLine) {
67 ignorePaths.push(trimmedLine);
/expo/packages/@expo/fingerprint/build/sourcer/
H A DExpoConfigLoader.js60 const trimmedLine = line.trim();
61 if (trimmedLine) {
62 ignorePaths.push(trimmedLine);