Home
last modified time | relevance | path

Searched defs:headerSet (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-autolinking/src/__tests__/
H A DReactImportsPatcher-test.ts23 const headerSet = new Set(['RCTBridge.h']); constant
47 const headerSet = new Set(['RCTBridge.h']); constant
71 const headerSet = new Set(['RCTBridge.h']); constant
95 const headerSet = new Set(['UIView+React.h']); constant
119 const headerSet = new Set(['RCTBridge.h']); constant
/expo/packages/expo-modules-autolinking/build/
H A DReactImportsPatcher.js34 async function patchFileAsync(headerSet, file, dryRun) { argument
85 async function patchDirAsync(headerSet, dir, dryRun) { argument
/expo/packages/expo-modules-autolinking/src/
H A DReactImportsPatcher.ts15 const headerSet = await generateReactHeaderSetAsync( constant