| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | codeMod.d.ts | 20 export declare function findObjcInterfaceCodeBlock(contents: string, declaration: string): CodeBloc… 48 export declare function insertContentsInsideObjcInterfaceBlock(srcContents: string, declaration: st… 68 export declare function insertContentsInsideSwiftClassBlock(srcContents: string, declaration: strin…
|
| H A D | codeMod.js | 54 function findObjcInterfaceCodeBlock(contents, declaration) { argument 55 const start = contents.search(new RegExp(`^${declaration}\\W`, 'm')); 124 function insertContentsInsideObjcInterfaceBlock(srcContents, declaration, insertion, options) { argument 125 const codeBlock = findObjcInterfaceCodeBlock(srcContents, declaration); 211 function insertContentsInsideSwiftClassBlock(srcContents, declaration, insertion, options) { argument 212 const start = srcContents.search(new RegExp(`\\s*${declaration}.*?[\\(\\{]`)); 214 throw new Error(`Unable to find class code block - declaration[${declaration}]`);
|
| H A D | codeMod.js.map | 1 …declaration","start","search","RegExp","end","indexOf","code","substring","findObjcFunctionCodeBlo…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | codeMod.ts | 65 declaration: string, 68 const start = srcContents.search(new RegExp(`\\s*${declaration}.*?[\\(\\{]`)); 70 throw new Error(`Unable to find code block - declaration[${declaration}]`);
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | codeMod.ts | 43 declaration: string 45 const start = contents.search(new RegExp(`^${declaration}\\W`, 'm')); 123 declaration: string, 129 const codeBlock = findObjcInterfaceCodeBlock(srcContents, declaration); 219 declaration: string, 225 const start = srcContents.search(new RegExp(`\\s*${declaration}.*?[\\(\\{]`)); 227 throw new Error(`Unable to find class code block - declaration[${declaration}]`);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | codeMod.js | 74 function appendContentsInsideDeclarationBlock(srcContents, declaration, insertion) { argument 75 const start = srcContents.search(new RegExp(`\\s*${declaration}.*?[\\(\\{]`)); 77 throw new Error(`Unable to find code block - declaration[${declaration}]`);
|
| H A D | codeMod.js.map | 1 …declaration","insertion","Error","insertContentsAtOffset","addImports","source","imports","lines",…
|
| H A D | codeMod.d.ts | 19 export declare function appendContentsInsideDeclarationBlock(srcContents: string, declaration: stri…
|
| /expo/docs/components/plugins/api/ |
| H A D | APIDataType.tsx | 7 typDef.type === 'reflection' && typDef.declaration?.children; 12 const { type, declaration, types, elementType, typeArguments } = typeDefinition; 14 const isObjectDefinition = type === 'reflection' && declaration?.children?.length;
|
| H A D | APISectionTypes.tsx | 56 <Fragment key={`type-declaration-table-${children?.map(child => child.name).join('-')}`}> 111 if (type.declaration) { 120 {type.declaration.signatures ? '()' : ''} 124 {type.declaration.children && renderTypeDeclarationTable(type.declaration)} 125 {type.declaration.signatures 126 ? type.declaration.signatures.map(({ parameters, comment }: TypeSignaturesData) => ( 166 propType.declaration && renderTypeDeclarationTable(propType.declaration, index)
|
| H A D | APIDataTypes.ts | 41 declaration?: TypeDeclarationContentData; 53 declaration?: TypeDeclarationContentData; 55 declaration?: TypeDeclarationContentData;
|
| H A D | APISectionProps.tsx | 47 return defaultProps?.type?.declaration?.children?.filter( 81 ? def.type.types?.filter((t: TypeDefinitionData) => t.declaration) 83 return baseTypes.map(def => def?.declaration?.children); 117 const extractedSignatures = signatures || type?.declaration?.signatures;
|
| H A D | APISectionUtils.test.tsx | 110 declaration: { 263 declaration: { 290 declaration: { 320 declaration: { 344 declaration: {
|
| H A D | APISectionUtils.tsx | 223 declaration, 276 } else if (elementType?.declaration) { 278 const { parameters, type: paramType } = elementType.declaration.indexSignature || {}; 293 } else if (declaration?.signatures) { 294 const baseSignature = declaration.signatures[0]; 315 } else if (type === 'reflection' && declaration?.children) { 319 {declaration?.children.map((child: PropData, i) => ( 324 {i + 1 !== declaration?.children?.length ? ', ' : null}
|
| H A D | APISectionMethods.tsx | 53 (method as PropData)?.type?.declaration?.signatures || [
|
| /expo/packages/eslint-config-universe/shared/ |
| H A D | react.js | 26 { declaration: false, assignment: false, return: true, arrow: true }, property
|
| /expo/apps/test-suite/functions/ |
| H A D | .gitignore | 9 # Typescript v1 declaration files
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/ |
| H A D | .clang-tidy | 63 readability-inconsistent-declaration-parameter-name, 64 readability-isolate-declaration, 69 readability-redundant-declaration, 98 bugprone-forward-declaration-namespace,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/ |
| H A D | .clang-tidy | 63 readability-inconsistent-declaration-parameter-name, 64 readability-isolate-declaration, 69 readability-redundant-declaration, 98 bugprone-forward-declaration-namespace,
|
| /expo/docs/mdx-plugins/ |
| H A D | remark-export-headings.test.js | 74 const data = tree.children.find(node => node.type === 'mdxjsEsm').data.estree.body[0].declaration
|
| /expo/docs/components/plugins/ |
| H A D | APISection.tsx | 135 entry.type.declaration || 149 ? !!(entry.type.types || entry.type.declaration?.children)
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/ |
| H A D | ABI49_0_0EXExportedModule.m | 90 // `objcName` constains a method declaration string
|
| /expo/packages/expo-modules-core/ios/ |
| H A D | EXExportedModule.m | 90 // `objcName` constains a method declaration string
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/ |
| H A D | ABI47_0_0EXExportedModule.m | 90 // `objcName` constains a method declaration string
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/ |
| H A D | ABI48_0_0EXExportedModule.m | 90 // `objcName` constains a method declaration string
|