-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
In order to expand the places where we can use modifier stages we'd like to remove the necessity to pass a context object into the run method. This would allow us, for example, to determine what scope we're in when we are inserting a snippet.
The notion that processedTargetsContext
completely captures the state of the environment is an illusion anyway, since a target already has access to an editor, which we use in multiple places.
Instead, we should pass the graph object into a modifier stage when we construct it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request