Home
last modified time | relevance | path

Searched refs:appendContents (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-build-properties/src/__tests__/
H A DfileContentsUtils-test.ts1 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 DfileContentsUtils.js9 exports.purgeContents = exports.appendContents = void 0;
17 function appendContents(src, contents, sectionOptions) { function
31 exports.appendContents = appendContents;
H A DfileContentsUtils.d.ts24 export declare function appendContents(src: string, contents: string, sectionOptions: SectionOption… function
H A Dandroid.js172 … newContents = (0, fileContentsUtils_1.appendContents)(newContents, newProguardRules, options);
/expo/packages/expo-camera/plugin/src/
H A DwithCamera.ts39 return appendContents({
48 function appendContents({ function
/expo/packages/expo-camera/plugin/build/
H A DwithCamera.js28 return appendContents({
37 function appendContents({ src, newSrc, tag, comment, }) { function
/expo/packages/expo-build-properties/src/
H A DfileContentsUtils.ts29 export function appendContents(src: string, contents: string, sectionOptions: SectionOptions) { function
H A Dandroid.ts12 import { appendContents, purgeContents } from './fileContentsUtils';
207 newContents = appendContents(newContents, newProguardRules, options);