UNPKG
@scion-scxml/scxml
Version:
latest (4.3.27)
4.3.27
4.3.26
4.3.25
4.3.24
4.3.23
4.3.22
4.3.21
4.3.20
4.3.19
4.3.18
4.3.17
4.3.16
4.3.15
4.3.10
4.3.9
4.3.8
4.3.7
4.3.3
4.3.2
4.3.1
An implementation of SCXML in JavaScript.
gitlab.com/scion-scxml/scxml
@scion-scxml/scxml
/
lib
/
runtime
/
compiler-internals.js
6 lines
(5 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = { scxmlToScjson :
require
(
'../compiler/scxml-to-scjson'
), scjsonToModule :
require
(
'../compiler/scjson-to-module'
), scJsonAnalyzer :
require
(
'../compiler/static-analysis/scjson-analyzer'
) };