Searched refs:BundledNativeModules (Results 1 – 4 of 4) sorted by relevance
10 export type BundledNativeModules = Record<string, string>; alias33 ): Promise<BundledNativeModules> {53 function fromBundledNativeModuleList(list: BundledNativeModuleList): BundledNativeModules {57 }, {} as BundledNativeModules);
14 export type BundledNativeModules = Record<string, string>; alias26 ): Promise<BundledNativeModules> {50 async function getBundledNativeModulesAsync(projectRoot: string): Promise<BundledNativeModules> {62 return await JsonFile.readAsync<BundledNativeModules>(bundledNativeModulesPath);
8 import { BundledNativeModules } from './bundledNativeModules';145 bundledNativeModules: BundledNativeModules192 const packageJson = await JsonFile.readAsync<BundledNativeModules>(packageJsonPath);199 bundledNativeModules: BundledNativeModules
17 type BundledNativeModules = Record<string, string>; alias121 async function readBundledNativeModulesAsync(): Promise<BundledNativeModules> {123 return await JsonFile.readAsync<BundledNativeModules>(bundledNativeModulesPath);221 function prepareSyncPayload(bundledNativeModules: BundledNativeModules): SyncPayload {