Skip to content

Allow commas as a separator between object/interface type members. #1971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2015

Conversation

CyrusNajmabadi
Copy link
Contributor

No description provided.

@DanielRosenwasser
Copy link
Member

:shipit:

@yuit
Copy link
Contributor

yuit commented Feb 7, 2015

👍

1 similar comment
@mhegazy
Copy link
Contributor

mhegazy commented Feb 7, 2015

👍

>UnitSquare : { top: { left: Point; right: Point; }; bottom: { left: Point; right: Point; }; }

top: { left: Point, right: Point },
>top : { left: Point; right: Point; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we print the type with a comma too?

@JsonFreeman
Copy link
Contributor

👍

@mhegazy
Copy link
Contributor

mhegazy commented Feb 17, 2015

is this ready to go in or are we waiting on something?

@JsonFreeman
Copy link
Contributor

We are in discussion as to whether the change should include members of interface declarations. Personally, I think it should, because interfaces are the same as object types.

CyrusNajmabadi added a commit that referenced this pull request Feb 23, 2015
Allow commas as a separator between object/interface type members.
@CyrusNajmabadi CyrusNajmabadi merged commit eaba180 into master Feb 23, 2015
@CyrusNajmabadi CyrusNajmabadi deleted the commaSeparator branch February 23, 2015 23:43
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants