WIP - add extractor, generate snippet_data
This commit is contained in:
8
node_modules/xstate/es/Machine.js
generated
vendored
Normal file
8
node_modules/xstate/es/Machine.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import { StateNode } from './StateNode';
|
||||
export function Machine(config, options, initialContext) {
|
||||
if (initialContext === void 0) {
|
||||
initialContext = config.context;
|
||||
}
|
||||
return new StateNode(config, options, initialContext);
|
||||
}
|
||||
//# sourceMappingURL=Machine.js.map
|
||||
Reference in New Issue
Block a user