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

Update generated TypeScript to be 0.9 compatible #1

Closed
davemckeown opened this issue Aug 9, 2013 · 1 comment
Closed

Update generated TypeScript to be 0.9 compatible #1

davemckeown opened this issue Aug 9, 2013 · 1 comment
Assignees

Comments

@davemckeown
Copy link
Owner

This issue is to track progress as work is done to conform with the TypeScript 0.9 language specification

@ghost ghost assigned davemckeown Aug 9, 2013
@davemckeown
Copy link
Owner Author

Update: Monday Oct 7 2013

Starting work to implement translation of C# Generics to generated TypeScript

davemckeown added a commit that referenced this issue Oct 24, 2013
Fixed some code issues and did a basic test compiling a C# generic
method to typescript. Going to revisit how the generate step works
during compile time and build a syntax model for the typescript code
before generating it in a single step vs. passing around a StringBuilder
and generating source code strings.
davemckeown pushed a commit that referenced this issue Oct 25, 2013
- Generic classes are now translated into TypeScript
- Changed property implementation in generated TypeScript to use getters
and setters
- Public and private fields are now compiled into generated TypeScript
classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant