Searched refs:appendContents (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-build-properties/src/__tests__/ |
| H A D | fileContentsUtils-test.ts | 1 import { appendContents, purgeContents } from '../fileContentsUtils'; 3 describe(appendContents, () => { 8 const newContents = appendContents(src, 'test appending contents', { 28 const newContents = appendContents(src, 'another contents', { 49 const newContents = appendContents(src, 'another contents', {
|
| /expo/packages/expo-build-properties/build/ |
| H A D | fileContentsUtils.js | 9 exports.purgeContents = exports.appendContents = void 0; 17 function appendContents(src, contents, sectionOptions) { function 31 exports.appendContents = appendContents;
|
| H A D | fileContentsUtils.d.ts | 24 export declare function appendContents(src: string, contents: string, sectionOptions: SectionOption… function
|
| H A D | android.js | 172 … newContents = (0, fileContentsUtils_1.appendContents)(newContents, newProguardRules, options);
|
| /expo/packages/expo-camera/plugin/src/ |
| H A D | withCamera.ts | 39 return appendContents({ 48 function appendContents({ function
|
| /expo/packages/expo-camera/plugin/build/ |
| H A D | withCamera.js | 28 return appendContents({ 37 function appendContents({ src, newSrc, tag, comment, }) { function
|
| /expo/packages/expo-build-properties/src/ |
| H A D | fileContentsUtils.ts | 29 export function appendContents(src: string, contents: string, sectionOptions: SectionOptions) { function
|
| H A D | android.ts | 12 import { appendContents, purgeContents } from './fileContentsUtils'; 207 newContents = appendContents(newContents, newProguardRules, options);
|