`scope.validate` for a scope with imports
The usage of
However, how do I validate a new scope definition with existing imports/exports?
type.validate with custom existing scopes is straightforward - just use type.validate<def, scope.t>However, how do I validate a new scope definition with existing imports/exports?