feat(grammar): modify grammar to allow object definition using (T) { foo: "asdf" }
This allows inline typed object declaration for things like throwing errors. Turned out to be complex, as there's very little difference between a value definition and a type definition. ORB-546 ORB-548
Loading
Please register or sign in to comment