Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename files, bugfix in src/generator.ts #2

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

milahu
Copy link
Collaborator

@milahu milahu commented Oct 29, 2021

mostly rename files for a prettier filesystem

store generated files in a generated/ folder (only in examples/demo-project/ so far)

remove trailing whitespace in template files

bugfix in src/generator.ts

looks like the xstate api was changed

action.toString() evaluated to [ object ]

currently, action looks like

action = {
  type: "TimerPayload",
  exec: undefined
}

i have no idea what happens when action.exec != undefined

@shuvalov-mdb
Copy link
Owner

Thank you!

@shuvalov-mdb shuvalov-mdb merged commit 2d2f3f5 into shuvalov-mdb:master Nov 1, 2021
@milahu
Copy link
Collaborator Author

milahu commented Nov 1, 2021

thanks for adding me : )

im currently playing around with the (closed source) quantumleaps modeler
the ideal goal would be implementing such a modeler as open source javascript tool ...
xstate + xstate-viz looks like a good framework for such a project

similar to node-red, but allow to generate and upload actual programs to arduino
lets see how long my impatience will last ; )

slightly related: Lembed/Awesome-arduino#13

@shuvalov-mdb
Copy link
Owner

shuvalov-mdb commented Nov 1, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants