1.0.25 • Published 3 years ago

@scion-scxml/sourcemap-plugin v1.0.25

Weekly downloads
4
License
SEE LICENSE IN LI...
Repository
gitlab
Last release
3 years ago

SCION sourcemap-plugin

This module adds support for generating source maps to the SCION compiler. This enables a visual JavaScript debugger, like Chrome DevTools or VSCode, to read the sourcemap, set breakpoints in the SCXML source file, and inspect the SCXML datamodel. This works in Node.js and the Browser.

You can enable it like this:

const scxml = require('@scion-scxml/scxml');
require('@scion-scxml/sourcemap-plugin')(scxml);  //load the sourcemaps plugin

Here is a video of this module in action:

Link to video

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.0

6 years ago