-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
Out of ScopeThis idea sits outside of the TypeScript language design constraintsThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
TypeScript Version: 2.1.6
It would be nice/handy if TypeScript supported comma separated properties where properties could be grouped by a type. Below is some pseudo code.
Code
class TestClass {
public -> (a = 1, b = 2, c = 3, d = null, e, f, g): number;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Out of ScopeThis idea sits outside of the TypeScript language design constraintsThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScriptAn idea for TypeScript