You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be done by creating a new transformation like import. But the problem there is that it wouldn't be very DRY. So ideally, I'd create some kind of visitor implementation where I could just plug in some simply code for each transformation.
Another alternative is to extend the import directive to allow inserting from some a supplied map[string]ElementList instead of just from a file.
The text was updated successfully, but these errors were encountered:
This could be done by creating a new transformation like
import
. But the problem there is that it wouldn't be very DRY. So ideally, I'd create some kind of visitor implementation where I could just plug in some simply code for each transformation.Another alternative is to extend the
import
directive to allow inserting from some a suppliedmap[string]ElementList
instead of just from a file.The text was updated successfully, but these errors were encountered: