Currently, we do not handle improper markers (e.g. i specify operator-builder marker with unknown marker names). This would pass through and just work, however, will be confusing to end users. We should:
Error out when we find an +operator-builder marker with invalid marker definitions (e.g. field, collection:field, and resource are all valid). If someone were to type resource as rsrc, we should notify them and not build their operator.
Currently, we do not handle improper markers (e.g. i specify
operator-builder
marker with unknown marker names). This would pass through and just work, however, will be confusing to end users. We should:+operator-builder
marker with invalid marker definitions (e.g.field
,collection:field
, andresource
are all valid). If someone were to typeresource
asrsrc
, we should notify them and not build their operator.