From 71d1e4611b897655c67c2c018f976b98f6d50389 Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Wed, 5 Apr 2023 12:26:45 +1000 Subject: [PATCH] Updated implemented list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5311b43..d122ad5 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,8 @@ not the subset of ValueScript that has actually been implemented. - Destructuring - Exceptions - Variables changed during try block are reverted on catch +- Enforcing `const` +- Temporal dead zones - Local imports - Tree shaking - Copy-on-write optimizations @@ -467,8 +469,6 @@ not the subset of ValueScript that has actually been implemented. - `{} === {} -> true` - JS: `-> false` - This is a value semantics thing - objects don't have identity -- Enforcing `const` -- Temporal dead zones - Iterators - Rest and spread - Generators