Can scopes validate?
Can scopes validate or they are only a collection of types?
7 Replies
Yes, you use .compile() on a scope, and then you get all of the types that were defined in that scope
But is scope itself - a type?
Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
So
scope
doesn't produce a schema
instead it's a set of schemas, right?Unknown User•14mo ago
Message Not Public
Sign In & Join Server To View
You may
type(scope. compile ())
us you wishHa
interesting 🙂 I'll try thank