Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 7, 2023
1 parent f7cface commit 559528a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ not the subset of ValueScript that has actually been implemented.
- `{} === {} -> true`
- JS: `-> false`
- This is a value semantics thing - objects don't have identity
- TypeScript enums
- TypeScript parameter properties
- Many unusual JS things:
- `[] + [] -> ""`
- `[10, 1, 3].sort() -> [1, 10, 3]`
Expand Down Expand Up @@ -476,7 +478,6 @@ not the subset of ValueScript that has actually been implemented.
- Object spreading
- Rest params
- Async functions
- TypeScript enums
- TypeScript namespaces
- Capturing `this` in arrow functions
- `export * from`
Expand Down

0 comments on commit 559528a

Please sign in to comment.