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

Extended resolveType to better handle TypeLiteral and String TypeReference typeNodes #172

Closed
wants to merge 2 commits into from

Conversation

mellodev
Copy link

@mellodev mellodev commented Oct 23, 2017

Resolves "Error: No matching model found for referenced type String" when model contains a typeliteral reference of String type. I commented about this issue in #79

  • Improves resolveType handling of String typeReferences
  • Improves resolveType handling of ts.SyntaxKind.TypeLiteral typeNodes.
  • Added typeLiteral fields to TestClassModel

Please let me know if there's a better way to resolve, and any changes you'd like made on this PR

@mellodev mellodev changed the title Extended resolveType to support String type Extended resolveType to better handle TypeLiteral and String nodeTypes Oct 23, 2017
@mellodev mellodev changed the title Extended resolveType to better handle TypeLiteral and String nodeTypes Extended resolveType to better handle TypeLiteral and String TypeReference typeNodes Oct 23, 2017
@lukeautry
Copy link
Owner

Merged, published in 2.1.1

@lukeautry lukeautry closed this Feb 9, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants