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

include line and column info in send options #374

Open mattoshry opened 7 years ago

mattoshry commented 7 years ago

justification: allow send implementations to raise errors with sufficient context to aid the application developer to quickly fix the issue in the source.

Proposal: amend options object created at [1] passed to send implementation to include line and column from the action.

[1] https://github.com/jbeard4/SCION/blob/2424a0a4c7dd60ad15d7e574a8764ae976051fff/lib/compiler/scjson-to-module.js#L481