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
Currently resolving references happens at runtime, which means sketches like this only fail 50% of the time:
root:
- This line is fine
- This line contains an invalid {{ reference }}
To avoid these errors happening at runtime I suggest creating a validation step in parsePhraseBook that checks if all references in the script are valid.