jbeard4 / SCION

SCXML/Statecharts in JavaScript, moved to gitlab: https://gitlab.com/scion-scxml/scion
https://scion.scxml.io
Apache License 2.0
149 stars 29 forks source link

Add idlocation to static-analysis #339

Open jbeard4 opened 9 years ago

jbeard4 commented 9 years ago

Expressions referenced in idlocation should exist in the datamodel. We should add this feature to our static-analysis module.

jbeard4 commented 9 years ago

@feyzo Did we add the feature where we flow through and check that assign/@location exists in the datamodel, i.e. check that variables that are referenced have been declared?