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

Consider supporting lazy evaluation of script tags #303

Open jbeard4 opened 9 years ago

jbeard4 commented 9 years ago

Right now, script tags get inlined at compile time. It might be a useful feature to download scripts dynamically at runtime.

We should consider this against tests such as https://github.com/jbeard4/SCION/issues/233 (SCXML test 301)