File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ See also [issue #51](https://github.com/Microsoft/pxt/issues/51).
6363* method-like properties (get/set accessors)
6464* basic generic classes, methods, and functions
6565* class inheritance
66+ * object literals ` { foo: 1, bar: "two" } `
6667
6768## Unsupported language features
6869
@@ -71,13 +72,12 @@ We generally stay away from the more dynamic parts of JavaScript.
7172Things you may miss and we may implement:
7273
7374* exceptions (` throw ` , ` try ... catch ` , ` try ... finally ` )
74- * object literals ` { foo: 1, bar: "two" } `
7575* classes implementing interfaces
7676* using generic functions as values
7777* nested generic functions
7878* class inheritance for generic classes and methods
7979* initializers for class fields
80- * ` public ` /` private ` annotations on constructor arguments
80+ * ` public ` /` private ` annotations on constructor arguments (syntactic sugar to make them into fields)
8181
8282For JS-only targets we may implement the following:
8383
You can’t perform that action at this time.
0 commit comments