From 13588c9faa373596a1fd54b63a6f1c67de862d58 Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Wed, 16 Aug 2023 15:35:48 +1000 Subject: [PATCH] Update treeShaking.ts numbers --- website/src/playground/files/root/tutorial/treeShaking.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/playground/files/root/tutorial/treeShaking.ts b/website/src/playground/files/root/tutorial/treeShaking.ts index 6ef2215..4b52cad 100644 --- a/website/src/playground/files/root/tutorial/treeShaking.ts +++ b/website/src/playground/files/root/tutorial/treeShaking.ts @@ -12,7 +12,7 @@ // // These definitions are not included, because the definitions exported by this // module do not need them. Omitting those unused definitions reduces the -// bytecode for this module from 3,606 to 337 bytes. +// bytecode for this module from 6,739 to 525 bytes. import { factorize } from "../lib/mod.ts";