-
Notifications
You must be signed in to change notification settings - Fork 2
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
Runtime TypeScript interfaces type checking in tests #1
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
davidrapin
added
state:2:ready-to-dev
type:enhancement
and removed
type:enhancement
labels
Jun 2, 2016
Actually, this seems our best option:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible solutions: http://angular.github.io/assert/
Interesting discussion about dynamic type checking is TS: https://typescript.codeplex.com/discussions/401501
A possible implementation of an interface checker in TS: (scroll down to CheckInterface): https://blorkfish.wordpress.com/2012/10/17/typescript-implementing-a-simple-ioc-container-for-service-location/
The text was updated successfully, but these errors were encountered: