Home
last modified time | relevance | path

Searched refs:BundleAssetWithFileHashes (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DsaveAssets.ts3 import { BundleAssetWithFileHashes } from './fork-bundleAsync';
12 export type Asset = ManifestAsset | BundleAssetWithFileHashes;
H A Dfork-bundleAsync.ts32 export type BundleAssetWithFileHashes = Metro.AssetData & { alias
41 assets: readonly BundleAssetWithFileHashes[];
127 return { code, map, assets: assets as readonly BundleAssetWithFileHashes[], css };
/expo/packages/@expo/cli/src/start/server/middleware/
H A DresolveAssets.ts6 import { BundleAssetWithFileHashes } from '../../../export/fork-bundleAsync';
15 export type Asset = ManifestAsset | BundleAssetWithFileHashes;