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
I propose to add one more location into __DirectiveLocation enumeration: DIRECTIVE_DEFINITION. Relates to #300. Logically, nothing prevents directives from being applied to the directives themselves. Of course, parser support is required.
One simple note, isn't DIRECTIVE_DEFINITION more suitable in this case? Although directives cannot be applied to "directive usages" in executable document (at least not without some new additional syntax), I think its good idea to explicitly state its meant only to definitions.
I propose to add one more location into
__DirectiveLocation
enumeration:DIRECTIVE_DEFINITION
. Relates to #300. Logically, nothing prevents directives from being applied to the directives themselves. Of course, parser support is required.The text was updated successfully, but these errors were encountered: