Searched defs:newContents (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-build-properties/src/__tests__/ |
| H A D | fileContentsUtils-test.ts | 8 const newContents = appendContents(src, 'test appending contents', { constant 28 const newContents = appendContents(src, 'another contents', { constant 49 const newContents = appendContents(src, 'another contents', { constant 74 const newContents = purgeContents(src, { tag: 'test-tag', commentPrefix: '#' }); constant 88 const newContents = purgeContents(src, { tag: 'another-tag', commentPrefix: '#' }); constant
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Updates-test.ts | 149 const newContents = Updates.ensureBuildGradleContainsConfigurationScript('/app', contents); constant 179 const newContents = Updates.ensureBuildGradleContainsConfigurationScript( constant
|
| /expo/packages/expo-build-properties/build/ |
| H A D | android.js | 101 const newContents = updateAndroidProguardRules(contents, extraProguardRules, 'append'); constant 146 const newContents = updateAndroidProguardRules(contents, '', 'overwrite'); constant
|