mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Update readme
This commit is contained in:
@@ -415,7 +415,7 @@ not the subset of ValueScript that has actually been implemented.
|
||||
- Loops
|
||||
- Recursion
|
||||
- Destructuring
|
||||
- Throwing exceptions
|
||||
- Exceptions
|
||||
- Local imports (not yet in the playground)
|
||||
- Tree shaking (not yet in the playground)
|
||||
- Copy-on-write optimizations
|
||||
@@ -466,7 +466,7 @@ not the subset of ValueScript that has actually been implemented.
|
||||
- `{} === {} -> true`
|
||||
- JS: `-> false`
|
||||
- This is a value semantics thing - objects don't have identity
|
||||
- Catching exceptions
|
||||
- Restoring variables changed during `try` when an exception is thrown
|
||||
- Enforcing `const`
|
||||
- Temporal dead zones
|
||||
- Iterators
|
||||
|
||||
Reference in New Issue
Block a user