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
Is your feature request related to a problem? Please describe.
Investigate and implement a method that can remap relative references contained in a component definition. Intent to support composing component definitions, without importing the related validations into the backmatter. Additionally could have some utility when a packaging feature is implemented in the future.
Describe the solution you'd like
Given a component defn references several file paths
When link re-mapping method is executed with a new directory location
Then file paths are re-written such that they are relative to the new directory
Additional context
Might warrant an update to the interface, TBD.
Expected Deliverable
New link re-mapper method on ComponentDefinition + Unit test
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Investigate and implement a method that can remap relative references contained in a component definition. Intent to support composing component definitions, without importing the related validations into the backmatter. Additionally could have some utility when a
packaging
feature is implemented in the future.Describe the solution you'd like
Additional context
Might warrant an update to the interface, TBD.
Expected Deliverable
The text was updated successfully, but these errors were encountered: