We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46d695 commit a6ce26cCopy full SHA for a6ce26c
repo-scripts/size-analysis/analyze-all-bundles.ts
@@ -41,7 +41,9 @@ import { Report } from '../../scripts/size_report/report_binary_size';
41
* @param version - If present, the SDK version to run measurement against
42
* @returns A list of bundle size measurements
43
*/
44
-export async function generateReportForBundles(version?: string): Promise<Report[]> {
+export async function generateReportForBundles(
45
+ version?: string
46
+): Promise<Report[]> {
47
const definitionDir = `${__dirname}/bundle-definitions`;
48
const outputDir = tmp.dirSync().name;
49
console.log(`Bundle definitions are located at "${definitionDir}".`);
0 commit comments