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 additional deep-type auto-conversions #33

Open
4 of 10 tasks
Oceanswave opened this issue Dec 26, 2017 · 1 comment
Open
4 of 10 tasks

Add additional deep-type auto-conversions #33

Oceanswave opened this issue Dec 26, 2017 · 1 comment

Comments

@Oceanswave
Copy link
Member

Oceanswave commented Dec 26, 2017

There are some additional auto-conversions to consider:

  • Add support for indexed properties
  • Iterators/IEnumerable/IEnumerator
  • Compiler created iterators coming from functions using the yield statement
  • Unwrap nullable values
  • When projecting nullables to types, check HasValue to determine if the property should be set.
  • Enum values should auto convert
  • Generics (Maybe just testing. Concrete classes should just convert)
  • Arguments associated with an Event (BaristaTypeConversionStrategy.cs - invokeListener)
  • Types encountered in method/constructor/property parameters
  • DateTime <-> JsDate (when implemented)
@Oceanswave
Copy link
Member Author

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

No branches or pull requests

1 participant