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
The goal is to enable strict_mode = true on the preprocessors, which prevents declaring a field that does not have a preprocessor. This way, even if there are no preprocessors on a field, we need to explicitly set that so that we know that we have explored all the preprocessors for a field.
The goal is to enable
strict_mode = true
on the preprocessors, which prevents declaring a field that does not have a preprocessor. This way, even if there are no preprocessors on a field, we need to explicitly set that so that we know that we have explored all the preprocessors for a field.Refer: #7
The text was updated successfully, but these errors were encountered: