ember-asset-size-report

Home > ember-asset-size-report > Stats > addModuleRow

Stats.addModuleRow() method

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Add a module’s size information to the data set

Signature:

addModuleRow(bundleName: string, fileName: string, sizes: ModuleSizes): void;

Parameters

Parameter Type Description
bundleName string name of the bundle that this module belongs to
fileName string name of this module
sizes ModuleSizes size information for this bundle

Returns:

void