You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- 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
This issue is to track progress as work is done to conform with the TypeScript 0.9 language specification
The text was updated successfully, but these errors were encountered: