azos icon indicating copy to clipboard operation
azos copied to clipboard

Currently the config `!/path` navigation syntax requires node, but does not require node value. Need to add constraint to signify VALUE being non-blank

Open itadapter opened this issue 3 years ago • 1 comments

itadapter avatar May 23 '21 18:05 itadapter

However VarEvaluation does not check for !, only navigate does, maybe this check needs to be added to VariableEvaluation instead, for example x=$$(/path) will denote a required value (non null or whitespace)

itadapter avatar May 23 '21 18:05 itadapter