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

Add DisplayName in TypeReference helper #34

Open
andry-tino opened this issue Dec 28, 2016 · 0 comments
Open

Add DisplayName in TypeReference helper #34

andry-tino opened this issue Dec 28, 2016 · 0 comments

Comments

@andry-tino
Copy link
Owner

Base helper TypeReference has Name and FullName. Problem is that base level factories are using FullName which is good for ScriptSharp definitions, but not for normal translation.

  1. Add DisplayName to TypeReference.
  2. Have factories always use DisplayName when invoking TypeReference.
  3. Make DisplayName return Name in Rosetta.AST.Helpers.TypeReference.
  4. Make DisplayName return FullName in Rosetta.ScriptSharp.AST.Helpers.TypeReference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant