-
Notifications
You must be signed in to change notification settings - Fork 52
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
Module Agnostic Schema Binding #763
Conversation
Just went through the code one more time, pretty confident about its current state. @krisbitney @nerfZael @Niraj-Kamdar could I get 2 sign offs when you have a moment? LMK if you have any questions or would like a walk-through of the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Make the schema bind project "module agnostic", where it can handle being given an array of arbitrary named modules, and generated bindings for each one of them. Additionally, support for macro-level concepts like "entry point files" and "common type folders" can be implemented in the individual bindings themselves.
For example: