Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/export/__tests__/
H A DprintBundleSizes-test.ts1 import { printBundleSizes, createFilesTable } from '../printBundleSizes';
37 describe(printBundleSizes, () => {
40 printBundleSizes({
/expo/packages/@expo/cli/src/export/
H A DexportApp.ts11 import { printBundleSizes } from './printBundleSizes';
106 printBundleSizes(
H A DprintBundleSizes.ts11 export function printBundleSizes(bundles: Partial<Record<Platform, BundleOutput>>) { function