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
@kumar303, for this patch, I think we discussed the approach a little while back. We'll have to keep track of all the options and see if we can find the key in the config in, say, an array. Does that sound right? I think I suggested hard coding the options into the array but that'll become chaotic quickly as and when we add new options.
This is part of implementing #176
Let's say you have a config with a typo in it:
This should raise an error like "sourceDirectory is not a valid config key."
This would also naturally raise an error for non-camel cased options, like:
-> "source-dir is not a valid config key."
The text was updated successfully, but these errors were encountered: