-
Notifications
You must be signed in to change notification settings - Fork 215
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
Feature requests for plugin API #271
Comments
Specific logging feature (this may already be implicitly called out above) would be logging of invalidations. Something related to but not limited to how caching writer informs of invalidations. It would also be good if we used, or where compatible with node-debug. Since many other libs are instrumented with it. When enabled, logging from many modules becomes available. |
Not sure how to word this, but as we discussed splitting the DSL structure from the eventual graph. To ensure we only instiatated plugins once we have all information (input/output trees) |
Would it be possible to make tree creation lazy. What I mean by this is that the tree object does not exist until there are contents in the tree. This may not be possible or non-obvious but I've wanted something like that in the past. |
@chadhietala Can you tell more about your use case? |
In Ember CLI there is a Maybe this should just be fixed at the Ember CLI level by stating before attempting to retrieve a tree. |
+1 for the "Files changed" structure, |
I'm collecting feature requests for the plugin API!
I have no concrete plans to implement any of these, but this list helps me make sure that the new API is properly extensible to accommodate adding any of these features without breaking backwards compatibility.
Here's my current list. Please help me brainstorm and add more feature ideas in the comments.
Credit to @stefanpenner, @rwjblue, @IgorMinar and others for coming up with these.
The text was updated successfully, but these errors were encountered: