Users should be able to import existing XState code into the editor so that the machine can be visually edited.
Users should be able to import machines from valid JS, TS, or JSON files.
JS/TS would be the XState createMachine(...) syntax, whereas JSON files would be the serialized machine definitions.