From 559528ab53faac4797bbac070d5a9c5b6830ac10 Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Fri, 7 Jul 2023 11:58:58 +1000 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1bee8f8..3e824f27 100644 --- a/README.md +++ b/README.md @@ -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]` @@ -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`