Hello,
Afaik (which might be wrong), there is not built-in way to handle the requiredVersion of SharedInfo when processing a remote.
There seems to be an intention with externals but I fail to see how they are supposed to enforce version compatibility.
My take would be to look at the current importMap.imports for the target package version and apply semver ruling to conditionally import it at the scope level or not.
Wdyt ?
Hello,
Afaik (which might be wrong), there is not built-in way to handle the
requiredVersionof SharedInfo when processing a remote.There seems to be an intention with externals but I fail to see how they are supposed to enforce version compatibility.
My take would be to look at the current
importMap.importsfor the target package version and apply semver ruling to conditionally import it at the scope level or not.Wdyt ?