From b4db3b2f4d03e11b462d9988c40cda60f033036a Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Tue, 28 Mar 2023 17:17:17 +1100 Subject: [PATCH] =?UTF-8?q?Imports=20&=20tree=20shaking=20are=20now=20in?= =?UTF-8?q?=20the=20playground=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a6e691..99e9c73 100644 --- a/README.md +++ b/README.md @@ -417,8 +417,8 @@ not the subset of ValueScript that has actually been implemented. - Destructuring - Exceptions - Variables changed during try block are reverted on catch -- Local imports (not yet in the playground) -- Tree shaking (not yet in the playground) +- Local imports +- Tree shaking - Copy-on-write optimizations - utf8 strings (_not_ JS's utf16 strings) - `"🫣".length -> 4`