Updated implemented list

This commit is contained in:
Andrew Morris
2023-04-05 12:26:45 +10:00
parent 23bd77f86c
commit 71d1e4611b

View File

@@ -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