Skip to content
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

Class Properties are Not Converted #3

Closed
arwenvaughan opened this issue Nov 29, 2014 · 2 comments
Closed

Class Properties are Not Converted #3

arwenvaughan opened this issue Nov 29, 2014 · 2 comments
Labels

Comments

@arwenvaughan
Copy link

It looks like methods are converted to all other languages, but class properties are not. Example...

class Dwelling {
+Int Windows
+void Lock()
}

===CoffeeScript===

class Dwelling
Lock: ->

In this case only the Lock method is represented in the output. Not the Windows property.

@bafolts bafolts added the bug label Nov 30, 2014
@bafolts
Copy link
Owner

bafolts commented Dec 7, 2014

I added properties to the output of each programming language class output.

99cc640

@bafolts bafolts closed this as completed Dec 7, 2014
@arwenvaughan
Copy link
Author

Fantastic. I will deploy it for use by PlantText.com in the next day or two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants