WIP - add extractor, generate snippet_data
This commit is contained in:
6
node_modules/xstate/lib/constants.js
generated
vendored
Normal file
6
node_modules/xstate/lib/constants.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.STATE_DELIMITER = '.';
|
||||
exports.EMPTY_ACTIVITY_MAP = {};
|
||||
exports.DEFAULT_GUARD_TYPE = 'xstate.guard';
|
||||
//# sourceMappingURL=constants.js.map
|
||||
Reference in New Issue
Block a user